Home
last modified time | relevance | path

Searched refs:path_of_module (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/test/expect/
DTestFXAPIBackwardCompatibility.test_class_member_back_compat-fx_backcompat_class_members.expect2 …reate_args_for_root', 'get_fresh_qualname', 'getattr', 'is_leaf_module', 'path_of_module', 'trace']
DTestFXAPIBackwardCompatibility.test_function_back_compat-fx_backcompat_function_signatures.expect6 torch.fx._symbolic_trace.Tracer.path_of_module(self, mod: torch.nn.modules.module.Module) -> str
/external/pytorch/torch/fx/experimental/
Dmeta_tracer.py227 def path_of_module(self, mod: torch.nn.Module) -> str: member in MetaTracer
229 return super().path_of_module(mod)
Dproxy_tensor.py1597 def path_of_module(self, mod: Module) -> str: member in _ModuleStackTracer
1609 return Tracer.path_of_module(self, mod)
/external/pytorch/torch/fx/
D_symbolic_trace.py453 def path_of_module(self, mod: torch.nn.Module) -> str: member in Tracer
513 module_qualified_name = self.path_of_module(m)