Skip to content

Commit f75845d

Browse files
committed
Rename clone_dim_order op registration test
1 parent 877119f commit f75845d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exir/tests/test_memory_format_ops_pass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def test_mobilenet_v3_xnnpack(self) -> None:
391391
),
392392
)
393393

394-
def test_op_clone_dim_order_replacement(self):
394+
def test_op_clone_dim_order_registration(self):
395395
model = SimpleCloneChannelsLastModule()
396396
x = torch.randn(3, 4, 5, 6).to(memory_format=torch.contiguous_format)
397397
clone_dim_order_op_str = (

0 commit comments

Comments
 (0)