This is a testharness.js-based test.
[FAIL] gelu float16 0D scalar
promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'gelu' on 'MLGraphBuilder': Unsupported data type float16 for argument input, must be one of [float32]."
[FAIL] gelu float16 1D tensor
promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'gelu' on 'MLGraphBuilder': Unsupported data type float16 for argument input, must be one of [float32]."
[FAIL] gelu float16 2D tensor
promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'gelu' on 'MLGraphBuilder': Unsupported data type float16 for argument input, must be one of [float32]."
[FAIL] gelu float16 3D tensor
promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'gelu' on 'MLGraphBuilder': Unsupported data type float16 for argument input, must be one of [float32]."
[FAIL] gelu float16 4D tensor
promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'gelu' on 'MLGraphBuilder': Unsupported data type float16 for argument input, must be one of [float32]."
[FAIL] gelu float16 5D tensor
promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'gelu' on 'MLGraphBuilder': Unsupported data type float16 for argument input, must be one of [float32]."
Harness: the test ran to completion.