Skip to content

Commit

Permalink
updated handle_device_shifting for newly added functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyanshBardia committed Sep 25, 2023
1 parent 248f084 commit 48cc8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ivy/functional/ivy/experimental/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3031,7 +3031,7 @@ def _cal_output_shape(
@handle_partial_mixed_function
@to_native_arrays_and_back
@inputs_to_ivy_arrays
@handle_device_shifting
@handle_device
def max_unpool1d(
input: ivy.Array,
indices: ivy.Array,
Expand Down Expand Up @@ -3110,7 +3110,7 @@ def max_unpool1d(
"to_add": (
"handle_backend_invalid",
"to_native_arrays_and_back",
"handle_device_shifting",
"handle_device",
),
"to_skip": ("inputs_to_ivy_arrays", "handle_partial_mixed_function"),
}

0 comments on commit 48cc8d5

Please sign in to comment.