blob: 306128a814227550d3ce5de7d650d9d64ba67b60 [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);