Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_fx.py172 self.orig_tracer_mutable_flag = torch.fx.proxy.TracerBase.check_mutable_operations
173 torch.fx.proxy.TracerBase.check_mutable_operations = True
181 torch.fx.proxy.TracerBase.check_mutable_operations = self.orig_tracer_mutable_flag
2973 check_mutable_operations = True variable in TestFX.test_throw_out_variant.MyTracer
3910 orig_tracer_mutable_flag = torch.fx.proxy.TracerBase.check_mutable_operations
3911 torch.fx.proxy.TracerBase.check_mutable_operations = False
3930 torch.fx.proxy.TracerBase.check_mutable_operations = orig_tracer_mutable_flag
3945 self.orig_tracer_mutable_flag = torch.fx.proxy.TracerBase.check_mutable_operations
3946 torch.fx.proxy.TracerBase.check_mutable_operations = True
3949 torch.fx.proxy.TracerBase.check_mutable_operations = self.orig_tracer_mutable_flag
[all …]
/aosp_15_r20/external/pytorch/torch/fx/
H A Dproxy.py114 check_mutable_operations : bool = False variable in TracerBase
145 if kind == 'call_function' and self.check_mutable_operations:
/aosp_15_r20/external/pytorch/test/expect/
H A DTestFXAPIBackwardCompatibility.test_class_member_back_compat-fx_backcompat_class_members.expect18 torch.fx.proxy.TracerBase ['check_mutable_operations', 'create_arg', 'create_node', 'create_proxy',…