Searched refs:_wrapped_methods_to_patch (Results 1 – 3 of 3) sorted by relevance
107 torch.fx._symbolic_trace._wrapped_methods_to_patch110 torch.fx._symbolic_trace._wrapped_methods_to_patch120 torch.fx._symbolic_trace._wrapped_methods_to_patch = desired_wrapped_methods133 torch.fx._symbolic_trace._wrapped_methods_to_patch = (
923 _wrapped_methods_to_patch: List[Tuple[type, str]] = [] variable931 _wrapped_methods_to_patch.append((torch.Tensor, "__getitem__"))1145 for cls, name in _wrapped_methods_to_patch:
3933 from torch.fx._symbolic_trace import _wrapped_methods_to_patch3934 _wrapped_methods_to_patch.append((torch.Tensor, "__getitem__"))3938 _wrapped_methods_to_patch.pop()