Skip to content

Commit ce61b03

Browse files
author
curation-bot
committed
Publish curated data from 6080655
Curated data generated from raw data at 6080655
1 parent 30cfcef commit ce61b03

File tree

5 files changed

+12
-15
lines changed

5 files changed

+12
-15
lines changed

ed/idl/webnn.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ enum MLOperandDataType {
9090

9191
dictionary MLOperandDescriptor {
9292
required MLOperandDataType dataType;
93-
sequence<[EnforceRange] unsigned long> shape = [];
93+
required sequence<[EnforceRange] unsigned long> shape;
9494
};
9595

9696
[SecureContext, Exposed=(Window, DedicatedWorker)]

ed/idlnames/MLOperandDescriptor.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Source: Web Neural Network API (https://www.w3.org/TR/webnn/)
22
dictionary MLOperandDescriptor {
33
required MLOperandDataType dataType;
4-
sequence<[EnforceRange] unsigned long> shape = [];
4+
required sequence<[EnforceRange] unsigned long> shape;
55
};

ed/idlnamesparsed/MLOperandDescriptor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"title": "Web Neural Network API",
77
"url": "https://www.w3.org/TR/webnn/"
88
},
9-
"fragment": "dictionary MLOperandDescriptor {\n required MLOperandDataType dataType;\n sequence<[EnforceRange] unsigned long> shape = [];\n};",
9+
"fragment": "dictionary MLOperandDescriptor {\n required MLOperandDataType dataType;\n required sequence<[EnforceRange] unsigned long> shape;\n};",
1010
"href": "https://webmachinelearning.github.io/webnn/#dictdef-mloperanddescriptor"
1111
},
1212
"extended": [],

ed/idlparsed/webnn.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@
800800
"href": "https://webmachinelearning.github.io/webnn/#enumdef-mloperanddatatype"
801801
},
802802
"MLOperandDescriptor": {
803-
"fragment": "dictionary MLOperandDescriptor {\n required MLOperandDataType dataType;\n sequence<[EnforceRange] unsigned long> shape = [];\n};",
803+
"fragment": "dictionary MLOperandDescriptor {\n required MLOperandDataType dataType;\n required sequence<[EnforceRange] unsigned long> shape;\n};",
804804
"type": "dictionary",
805805
"name": "MLOperandDescriptor",
806806
"inheritance": null,
@@ -849,11 +849,8 @@
849849
}
850850
]
851851
},
852-
"default": {
853-
"type": "sequence",
854-
"value": []
855-
},
856-
"required": false,
852+
"default": null,
853+
"required": true,
857854
"href": "https://webmachinelearning.github.io/webnn/#dom-mloperanddescriptor-shape"
858855
}
859856
],

ed/index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2024-09-25T00:53:26.090Z",
4+
"date": "2024-09-25T06:44:24.142Z",
55
"options": {
66
"useCrawl": "curated",
77
"output": "curated",
@@ -7291,9 +7291,9 @@
72917291
],
72927292
"crawled": "https://tc39.es/proposal-regexp-modifiers/",
72937293
"crawlCacheInfo": {
7294-
"lastModified": "Thu, 30 May 2024 19:56:07 GMT"
7294+
"lastModified": "Wed, 25 Sep 2024 01:03:06 GMT"
72957295
},
7296-
"date": "30 May 2024",
7296+
"date": "25 September 2024",
72977297
"links": "links/tc39-regexp-modifiers.json",
72987298
"headings": "headings/tc39-regexp-modifiers.json",
72997299
"ids": "ids/tc39-regexp-modifiers.json"
@@ -35573,11 +35573,11 @@
3557335573
],
3557435574
"crawled": "https://webmachinelearning.github.io/webnn/",
3557535575
"crawlCacheInfo": {
35576-
"lastModified": "Wed, 18 Sep 2024 05:04:15 GMT"
35576+
"lastModified": "Wed, 25 Sep 2024 05:01:47 GMT"
3557735577
},
3557835578
"generator": "bikeshed",
35579-
"date": "18 September 2024",
35580-
"revision": "53a24db89d836164761e3e1ad5510472db60c940",
35579+
"date": "25 September 2024",
35580+
"revision": "81a355a873bb64e1b6411d7ed6a30c52fd14c72e",
3558135581
"algorithms": "algorithms/webnn.json",
3558235582
"links": "links/webnn.json",
3558335583
"refs": "refs/webnn.json",

0 commit comments

Comments
 (0)