Home
last modified time | relevance | path

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

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