Skip to content

Commit

Permalink
[webnn] Add float32 tests for WebNN API l2Pool2d op (#44314)
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceDai authored and marcoscaceres committed Feb 23, 2024
1 parent 15f56dd commit 2676aa8
Show file tree
Hide file tree
Showing 4 changed files with 1,513 additions and 3 deletions.
2 changes: 1 addition & 1 deletion webnn/gpu/pooling.https.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

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

testWebNNOperation(['averagePool2d', 'maxPool2d'], buildOperationWithSingleInput, 'gpu');
testWebNNOperation(['averagePool2d', 'l2Pool2d', 'maxPool2d'], buildOperationWithSingleInput, 'gpu');
2 changes: 1 addition & 1 deletion webnn/pooling.https.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

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

testWebNNOperation(['averagePool2d', 'maxPool2d'], buildOperationWithSingleInput);
testWebNNOperation(['averagePool2d', 'l2Pool2d', 'maxPool2d'], buildOperationWithSingleInput);
Loading

0 comments on commit 2676aa8

Please sign in to comment.