Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/fx/
H A Dgraph_module.py154 class _CodeOnlyModule(torch.nn.Module): class
169 _CodeOnlyModule.forward = forward
189 com = _CodeOnlyModule(body)
431 if isinstance(root, _CodeOnlyModule):
840 fake_mod = _CodeOnlyModule(copy.deepcopy(self.__dict__, memo))