Home
last modified time | relevance | path

Searched refs:is_from_local_source (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_sources.py10 is_from_local_source,
27 self.assertTrue(is_from_local_source(attr_x_a))
28 self.assertEqual(is_from_local_source(attr_y_b), False)
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dsource.py712 def is_from_local_source(source: Source, *, allow_cell_or_freevar=True): function
714 return is_from_local_source(
H A Dguards.py52 is_from_local_source,
1704 local=is_from_local_source(guard.originating_source),
2877 ser_source_is_local = is_from_local_source(dupe_source)
2878 source_is_local = is_from_local_source(obj_source)
H A Doutput_graph.py62 is_from_local_source,
2095 if not is_from_local_source(source, allow_cell_or_freevar=False):