Skip to content

Commit

Permalink
[webnn] Add float32 tests for WebNN prelu op. (web-platform-tests#39048)
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceDai authored and cookiecrook committed Mar 29, 2023
1 parent 9f4265e commit b83df4b
Show file tree
Hide file tree
Showing 3 changed files with 794 additions and 0 deletions.
10 changes: 10 additions & 0 deletions webnn/prelu.https.any.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// META: title=test WebNN API prelu operation
// META: global=window,dedicatedworker
// META: script=./resources/utils.js
// META: timeout=long

'use strict';

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

testWebNNOperation('prelu', buildOperationWithTwoInputs);
Loading

0 comments on commit b83df4b

Please sign in to comment.