chromium/third_party/blink/web_tests/external/wpt/webnn/conformance_tests/instance_normalization.https.any_cpu-expected.txt

This is a testharness.js-based test.
[FAIL] instanceNormalization float32 4D tensor default options
  promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'build' on 'MLGraphBuilder': The operator (instanceNormalization) is not supported."
[FAIL] instanceNormalization float32 4D tensor options.scale
  promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'build' on 'MLGraphBuilder': The operator (instanceNormalization) is not supported."
[FAIL] instanceNormalization float32 4D tensor options.bias
  promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'build' on 'MLGraphBuilder': The operator (instanceNormalization) is not supported."
[FAIL] instanceNormalization float32 4D tensor options.epsilon
  promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'build' on 'MLGraphBuilder': The operator (instanceNormalization) is not supported."
[FAIL] instanceNormalization float32 4D tensor explict options.layout='nchw'
  promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'build' on 'MLGraphBuilder': The operator (instanceNormalization) is not supported."
[FAIL] instanceNormalization float32 4D tensor options.layout='nhwc'
  promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'build' on 'MLGraphBuilder': The operator (instanceNormalization) is not supported."
[FAIL] instanceNormalization float32 4D tensor all options
  promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'build' on 'MLGraphBuilder': The operator (instanceNormalization) is not supported."
Harness: the test ran to completion.