Home
last modified time | relevance | path

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

/external/pytorch/test/dynamo/
Dtest_export_mutations.py15 def check_same_with_export(self, mod, arg): member in MutationExportTests
45 self.check_same_with_export(Foo(), torch.randn(3, 2))
58 self.check_same_with_export(Foo(), torch.randn(3, 2))
72 self.check_same_with_export(Foo(), torch.randn(3, 2))