File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
ivy_tests/test_ivy/test_frontends/test_torch Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3941,6 +3941,7 @@ def test_torch_backward(
39413941 dtype_x ,
39423942 backend_fw ,
39433943):
3944+ pytest .skip ("TODO: fix torch_frontend.Tensor.backward" )
39443945 ivy .set_backend (backend_fw )
39453946 if ivy .current_backend_str () == "numpy" :
39463947 ivy .warnings .warn ("Gradient calculation unavailable for numpy backend" )
@@ -7975,6 +7976,7 @@ def test_torch_index_put(
79757976 on_device ,
79767977 backend_fw ,
79777978):
7979+ pytest .skip ("TODO: fix torch_frontend.Tensor.index_put" )
79787980 input_dtype , x , indices , * _ = x_and_indices
79797981 values_dtype , values = values
79807982 init_dtypes = [input_dtype [0 ]]
@@ -8024,6 +8026,7 @@ def test_torch_index_put_(
80248026 on_device ,
80258027 backend_fw ,
80268028):
8029+ pytest .skip ("TODO: fix torch_frontend.Tensor.index_put_" )
80278030 input_dtype , x , indices , * _ = x_and_indices
80288031 values_dtype , values = values
80298032 init_dtypes = [input_dtype [0 ]]
You can’t perform that action at this time.
0 commit comments