Skip to content

Commit d4d9805

Browse files
authored
Update tests/function_libs/torch_lib/ops_test_data.py
1 parent 9f7d6dc commit d4d9805

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/function_libs/torch_lib/ops_test_data.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,8 +1250,6 @@ def _where_input_wrangler(
12501250
),
12511251
TorchLibOpInfo("repeat", core_ops.aten_repeat),
12521252
TorchLibOpInfo("repeat_interleave", core_ops.aten_repeat_interleave),
1253-
TorchLibOpInfo("repeat_interleave.self_Tensor", core_ops.aten_repeat_interleave_self_tensor),
1254-
TorchLibOpInfo("repeat_interleave.self_int", core_ops.aten_repeat_interleave_self_int),
12551253
TorchLibOpInfo("reshape", core_ops.aten_reshape),
12561254
TorchLibOpInfo("resolve_conj", core_ops.aten_resolve_conj),
12571255
TorchLibOpInfo("resolve_neg", core_ops.aten_resolve_neg),

0 commit comments

Comments
 (0)