Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dbuilder.py99 is_function_or_wrapper,
552 if is_function_or_wrapper(value):
991 elif is_function_or_wrapper(value):
2807 elif is_function_or_wrapper(value):
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dutils.py559 def is_function_or_wrapper(value): function