Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 16.1.2.
  • Loading branch information
reffy-bot committed Jul 24, 2024
1 parent 3199aeb commit 3f412d9
Show file tree
Hide file tree
Showing 6 changed files with 1,052 additions and 1,018 deletions.
731 changes: 367 additions & 364 deletions ed/algorithms/webnn.json

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions ed/dfns/webnn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2141,6 +2141,27 @@
},
"definedIn": "dt"
},
{
"id": "dom-mlargminmaxoptions-outputdatatype",
"href": "https://webmachinelearning.github.io/webnn/#dom-mlargminmaxoptions-outputdatatype",
"linkingText": [
"outputDataType"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"MLArgMinMaxOptions"
],
"access": "public",
"informative": false,
"heading": {
"id": "api-mlgraphbuilder-argminmax",
"href": "https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-argminmax",
"title": "argMin/argMax operations",
"number": "7.7.5"
},
"definedIn": "dt"
},
{
"id": "dom-mlgraphbuilder-argmin-input-axis-options-input",
"href": "https://webmachinelearning.github.io/webnn/#dom-mlgraphbuilder-argmin-input-axis-options-input",
Expand Down
1 change: 1 addition & 0 deletions ed/idl/webnn.idl
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ interface MLGraphBuilder {

dictionary MLArgMinMaxOptions {
boolean keepDimensions = false;
MLOperandDataType outputDataType = "int32";
};

partial interface MLGraphBuilder {
Expand Down
Loading

0 comments on commit 3f412d9

Please sign in to comment.