chromium/third_party/blink/web_tests/platform/mac/virtual/webnn-service-with-gpu/external/wpt/webnn/validation_tests/prelu.https.any_gpu-expected.txt

This is a testharness.js-based test.
[FAIL] [prelu] Test slope's shape = [3, 2, 5] which is the same as input's shape.
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'prelu' on 'MLGraphBuilder': Unsupported data type float32 for argument input, must be one of []."
[FAIL] [prelu] Test slope's shape = [5] which is unidirectionally broadcastable to input's shape.
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'prelu' on 'MLGraphBuilder': Unsupported data type float32 for argument input, must be one of []."
[FAIL] [prelu] Test slope's shape = [] which is unidirectionally broadcastable to input's shape.
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'prelu' on 'MLGraphBuilder': Unsupported data type float32 for argument input, must be one of []."
[FAIL] [prelu] Test slope's shape = [2, 5] which is unidirectionally broadcastable to input's shape.
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'prelu' on 'MLGraphBuilder': Unsupported data type float32 for argument input, must be one of []."
Harness: the test ran to completion.