Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dgraph.py1544 def codegen_with_cpp_wrapper(self): member in GraphLowering
1684 self.codegen_with_cpp_wrapper() if self.cpp_wrapper else self.codegen()
1733 code, linemap = self.codegen_with_cpp_wrapper()
H A Dcompile_fx.py799 const_code, _ = const_graph.codegen_with_cpp_wrapper()
H A Dutils.py1332 self.codegen_with_cpp_wrapper() if self.cpp_wrapper else self.codegen()