blob: 7926221d3aefb7b914202ff4f02fb2746368866a [file] [log] [blame]
// META: title=test WebNN API where operation
// META: global=window,dedicatedworker
// META: script=../resources/utils.js
// META: timeout=long
'use strict';
// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-where
testWebNNOperation('where', buildWhere);