Home
last modified time | relevance | path

Searched refs:strip_function_call (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dguards.py349 def strip_function_call(name): function
365 return strip_function_call(curr)
1161 base = strip_getattr_getitem(strip_function_call(name))
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_misc.py7582 from torch._dynamo.guards import strip_function_call
7594 self.assertEqual(strip_function_call(name), expect_obj)