Home
last modified time | relevance | path

Searched defs:add_submodule (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fx/
H A Dgraph_module.py602 def add_submodule(self, target: str, m: torch.nn.Module) -> bool: member in GraphModule
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dloop_body.py332 def add_submodule(self, block, prefix): member in LoopBody
H A Dir.py8004 def add_submodule(self, block, prefix): member in LoopBody
/aosp_15_r20/external/python/cpython3/Modules/
Dpyexpat.c1623 add_submodule(PyObject *mod, const char *fullname) in add_submodule() function
/aosp_15_r20/external/python/cpython2/Python/
Dimport.c2667 add_submodule(PyObject *mod, PyObject *submod, char *fullname, char *subname, in add_submodule() function