Home
last modified time | relevance | path

Searched defs:cpp_module (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/nn/
H A Dcpp.py17 def __init__(self, cpp_module, attr): argument
53 def __init__(self, cpp_module): argument
/aosp_15_r20/external/pytorch/torch/jit/
H A D_recursive.py1010 def wrap_cpp_module(cpp_module): argument
1047 def lazy_binding_method(cpp_module, *args): argument
H A D_script.py625 def __init__(self, cpp_module): argument
635 def _construct(cpp_module, init_fn): argument
670 def _reconstruct(self, cpp_module): argument
H A D_trace.py1429 def _reconstruct(self, cpp_module): argument
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dpython.h57 py::object cpp_module = in bind_cpp_module_wrapper() local
/aosp_15_r20/external/pytorch/torch/jit/mobile/
H A D__init__.py57 def __init__(self, cpp_module): argument