Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_export/
H A Dconverter.py795 def convert_call_function_op(self, node: torch._C.Node): member in TS2FXGraphConverter
943 self.convert_call_function_op(node)
991 self.convert_call_function_op(node)
1011 self.convert_call_function_op(node)
1232 handler_func = getattr(self, handler_func_name, self.convert_call_function_op)