mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-12 06:44:55 +08:00
Update
[ghstack-poisoned]
This commit is contained in:
@ -2539,7 +2539,6 @@ class GraphModule(torch.nn.Module):
|
||||
self.assertEqual(ref, res)
|
||||
self.assertEqual(x.grad, x_clone.grad)
|
||||
|
||||
|
||||
if not TEST_WITH_CROSSREF:
|
||||
self.assertExpectedInline(
|
||||
normalize_gm(backend.graphs[0].print_readable(print_output=False)),
|
||||
@ -2607,7 +2606,6 @@ class GraphModule(torch.nn.Module):
|
||||
self.assertEqual(x.grad, x_clone.grad)
|
||||
|
||||
|
||||
|
||||
@skipIfTorchDynamo("Not a torch._dynamo test")
|
||||
@parameterized_class(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user