Searched refs:check_mutable_operations (Results 1 – 3 of 3) sorted by relevance
172 self.orig_tracer_mutable_flag = torch.fx.proxy.TracerBase.check_mutable_operations173 torch.fx.proxy.TracerBase.check_mutable_operations = True181 torch.fx.proxy.TracerBase.check_mutable_operations = self.orig_tracer_mutable_flag2973 check_mutable_operations = True variable in TestFX.test_throw_out_variant.MyTracer3910 orig_tracer_mutable_flag = torch.fx.proxy.TracerBase.check_mutable_operations3911 torch.fx.proxy.TracerBase.check_mutable_operations = False3930 torch.fx.proxy.TracerBase.check_mutable_operations = orig_tracer_mutable_flag3945 self.orig_tracer_mutable_flag = torch.fx.proxy.TracerBase.check_mutable_operations3946 torch.fx.proxy.TracerBase.check_mutable_operations = True3949 torch.fx.proxy.TracerBase.check_mutable_operations = self.orig_tracer_mutable_flag[all …]
114 check_mutable_operations : bool = False variable in TracerBase145 if kind == 'call_function' and self.check_mutable_operations:
18 torch.fx.proxy.TracerBase ['check_mutable_operations', 'create_arg', 'create_node', 'create_proxy',…