diff --git a/exir/backend/test/test_backends.py b/exir/backend/test/test_backends.py index 8c1b7c47ff..df2b25d055 100644 --- a/exir/backend/test/test_backends.py +++ b/exir/backend/test/test_backends.py @@ -190,7 +190,7 @@ def forward(self, x): program=program, delegate=program.execution_plan[0].delegates[0], expected_id=BackendWithCompilerDemo.__name__, - expected_processed=b"1version:0#op:demo::aten.sin.default, numel:1, dtype:torch.float321#", + expected_processed=b"1version:0#op:demo::aten.sin.default, numel:1, dtype:torch.float322#", ) # Check the delegate instruction @@ -410,7 +410,7 @@ def forward(self, x): program=program, delegate=program.execution_plan[0].delegates[0], expected_id=BackendWithCompilerDemo.__name__, - expected_processed=b"1version:0#op:demo::aten.sin.default, numel:1, dtype:torch.float321#", + expected_processed=b"1version:0#op:demo::aten.sin.default, numel:1, dtype:torch.float322#", ) # Check the delegate instruction diff --git a/exir/backend/test/test_backends_lifted.py b/exir/backend/test/test_backends_lifted.py index a20f5af543..7e5bfa6089 100644 --- a/exir/backend/test/test_backends_lifted.py +++ b/exir/backend/test/test_backends_lifted.py @@ -210,7 +210,7 @@ def forward(self, x): program=program, delegate=program.execution_plan[0].delegates[0], expected_id=BackendWithCompilerDemo.__name__, - expected_processed=b"1version:0#op:demo::aten.sin.default, numel:1, dtype:torch.float321#", + expected_processed=b"1version:0#op:demo::aten.sin.default, numel:1, dtype:torch.float322#", ) # Check the delegate instruction @@ -414,7 +414,7 @@ def forward(self, x): program=program, delegate=program.execution_plan[0].delegates[0], expected_id=BackendWithCompilerDemo.__name__, - expected_processed=b"1version:0#op:demo::aten.sin.default, numel:1, dtype:torch.float321#", + expected_processed=b"1version:0#op:demo::aten.sin.default, numel:1, dtype:torch.float322#", ) # Check the delegate instruction