Home
last modified time | relevance | path

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

/external/pytorch/torchgen/
Dcontext.py42 def native_function_manager( function
72 with native_function_manager(f):
82 with native_function_manager(f):
91 with native_function_manager(f):
102 with native_function_manager(f[0]):
115 with native_function_manager(f):
127 with native_function_manager(f):
Dgen_backend_stubs.py16 from torchgen.context import native_function_manager
320 with native_function_manager(f):
Dgen_functionalization_type.py27 native_function_manager,
365 with native_function_manager(f):
Dgen.py33 native_function_manager,
795 with native_function_manager(g.out):
/external/pytorch/tools/autograd/
Dcontext.py5 from torchgen.context import native_function_manager
16 with native_function_manager(f.func):
28 with native_function_manager(f.func):
Dgen_variable_type.py67 native_function_manager,
943 with native_function_manager(f):
/external/pytorch/torchgen/static_runtime/
Dgen_static_runtime_ops.py11 from torchgen.context import native_function_manager
34 with native_function_manager(g):
Dgenerator.py9 from torchgen.context import native_function_manager
611 with native_function_manager(g):
637 with native_function_manager(g):
703 with native_function_manager(g):
715 with native_function_manager(g):
/external/pytorch/tools/test/
Dtest_codegen.py13 from torchgen.context import native_function_manager
473 with native_function_manager(self.one_return_func):
490 with native_function_manager(self.one_return_func):
/external/pytorch/torchgen/dest/
Dregister_dispatch_key.py26 from torchgen.context import method_with_native_function, native_function_manager
395 with native_function_manager(f):