Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,9 @@ def test_torch_unfold(
backend_fw,
):
dtype, vals, kernel_shape, dilations, strides, padding = dtype_vals
# TODO add bfloat16 to unsupported dtypes of the tested function
if backend_fw == "paddle":
assume("bfloat16" not in dtype[0])
helpers.test_frontend_function(
input_dtypes=dtype,
backend_to_test=backend_fw,
Expand Down