Searched defs:add_submodule (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pytorch/torch/fx/ |
H A D | graph_module.py | 602 def add_submodule(self, target: str, m: torch.nn.Module) -> bool: member in GraphModule
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | loop_body.py | 332 def add_submodule(self, block, prefix): member in LoopBody
|
H A D | ir.py | 8004 def add_submodule(self, block, prefix): member in LoopBody
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | pyexpat.c | 1623 add_submodule(PyObject *mod, const char *fullname) in add_submodule() function
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | import.c | 2667 add_submodule(PyObject *mod, PyObject *submod, char *fullname, char *subname, in add_submodule() function
|