Skip to content

Commit faebe60

Browse files
authored
Update layers.py
1 parent f9364d4 commit faebe60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ivy/functional/backends/tensorflow/layers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ def conv1d(
160160

161161
@with_unsupported_dtypes({"2.15.0 and below": ("bfloat16", "complex")}, backend_version)
162162
def conv1d_transpose(
163-
x: Union[ivy.Array, ivy.NativeArray],
164-
filters: Union[ivy.Array, ivy.NativeArray],
163+
x: Union[tf.Tensor, tf.Variable],
164+
filters: Union[tf.Tensor, tf.Variable],
165165
strides: Union[int, Tuple[int]],
166166
padding: str,
167167
/,

0 commit comments

Comments
 (0)