diff --git a/tests/function_libs/torch_lib/ops_test_data.py b/tests/function_libs/torch_lib/ops_test_data.py index 2d3e77763..0adfa7afe 100644 --- a/tests/function_libs/torch_lib/ops_test_data.py +++ b/tests/function_libs/torch_lib/ops_test_data.py @@ -871,7 +871,6 @@ def _where_input_wrangler( TorchLibOpInfo("isneginf", core_ops.aten_isneginf), TorchLibOpInfo("isposinf", core_ops.aten_isposinf), TorchLibOpInfo("lift_fresh_copy", core_ops.aten_lift_fresh_copy), - TorchLibOpInfo("linalg.cross", linalg_ops.aten_linalg_cross), TorchLibOpInfo("linalg.det", linalg_ops.aten_linalg_det), TorchLibOpInfo( "linalg.vector_norm", @@ -2393,7 +2392,6 @@ def _where_input_wrangler( "imag", "isfinite", "le", - "lerp", "lgamma", "log", "log10", @@ -2403,7 +2401,6 @@ def _where_input_wrangler( "maximum", "minimum", "mul", - "mv", "ne", "neg", "nextafter",