Home
last modified time | relevance | path

Searched defs:orig_module (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/
H A Dbackend_init.cpp124 const Module& orig_module, in codegen_func()
164 [=](py::handle orig_module, in initJitBackendBindings()
166 const std::vector<std::string>& modules_to_lower) { in initJitBackendBindings()
H A Dbackend_detail.cpp99 const Module& orig_module, in codegen_backend_module()
/aosp_15_r20/external/pytorch/test/
H A Dcreate_dummy_torchscript_model.py29 orig_module = nn.Sequential( variable