Skip to content

Commit

Permalink
[webnn] Add float32 tests for WebNN API triangular op (#43794)
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceDai authored and marcoscaceres committed Feb 23, 2024
1 parent fb3efca commit 15f56dd
Show file tree
Hide file tree
Showing 4 changed files with 1,122 additions and 0 deletions.
10 changes: 10 additions & 0 deletions webnn/gpu/triangular.https.any.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// META: title=test WebNN API triangular operation
// META: global=window,dedicatedworker
// META: script=../resources/utils.js
// META: timeout=long

'use strict';

// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-triangular

testWebNNOperation('triangular', buildOperationWithSingleInput, 'gpu');
Loading

0 comments on commit 15f56dd

Please sign in to comment.