Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dmodule.cpp271 void Module::clone_method( in clone_method() function in torch::jit::Module
301 void Module::clone_method(const Module& orig, const std::string& name) { in clone_method() function in torch::jit::Module
313 return clone_method(orig, orig.get_method(name).function(), type_remap); in clone_method()
422 r.clone_method(*this, *fn, type_remap); in clone_impl()
H A Dmodule.h259 void clone_method(const Module& orig, const std::string& name);
310 void clone_method(
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dinsert_observers.cpp170 clone_method(module, r, *fn, module_qconfig_map, type_remap); in clone_impl()
253 void clone_method( in clone_method() function in torch::jit::__anond581fb520111::ModuleCloneHelper