Searched refs:path_of_module (Results 1 – 5 of 5) sorted by relevance
/external/pytorch/test/expect/ |
D | TestFXAPIBackwardCompatibility.test_class_member_back_compat-fx_backcompat_class_members.expect | 2 …reate_args_for_root', 'get_fresh_qualname', 'getattr', 'is_leaf_module', 'path_of_module', 'trace']
|
D | TestFXAPIBackwardCompatibility.test_function_back_compat-fx_backcompat_function_signatures.expect | 6 torch.fx._symbolic_trace.Tracer.path_of_module(self, mod: torch.nn.modules.module.Module) -> str
|
/external/pytorch/torch/fx/experimental/ |
D | meta_tracer.py | 227 def path_of_module(self, mod: torch.nn.Module) -> str: member in MetaTracer 229 return super().path_of_module(mod)
|
D | proxy_tensor.py | 1597 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.py | 453 def path_of_module(self, mod: torch.nn.Module) -> str: member in Tracer 513 module_qualified_name = self.path_of_module(m)
|