Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 15.0.1.
  • Loading branch information
reffy-bot committed Mar 28, 2024
1 parent 7e4278a commit c88cc66
Show file tree
Hide file tree
Showing 344 changed files with 95,611 additions and 77,423 deletions.
22 changes: 14 additions & 8 deletions tr/idl/webnn.idl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ dictionary MLBatchNormalizationOptions {

partial interface MLGraphBuilder {
MLOperand batchNormalization(MLOperand input, MLOperand mean, MLOperand variance,
optional MLBatchNormalizationOptions options = {});
optional MLBatchNormalizationOptions options = {});
};

partial interface MLGraphBuilder {
Expand Down Expand Up @@ -162,7 +162,9 @@ dictionary MLConv2dOptions {
};

partial interface MLGraphBuilder {
MLOperand conv2d(MLOperand input, MLOperand filter, optional MLConv2dOptions options = {});
MLOperand conv2d(MLOperand input,
MLOperand filter,
optional MLConv2dOptions options = {});
};

enum MLConvTranspose2dFilterOperandLayout {
Expand Down Expand Up @@ -242,7 +244,9 @@ dictionary MLGatherOptions {
};

partial interface MLGraphBuilder {
MLOperand gather(MLOperand input, MLOperand indices, optional MLGatherOptions options = {});
MLOperand gather(MLOperand input,
MLOperand indices,
optional MLGatherOptions options = {});
};

dictionary MLGemmOptions {
Expand Down Expand Up @@ -329,7 +333,7 @@ dictionary MLInstanceNormalizationOptions {

partial interface MLGraphBuilder {
MLOperand instanceNormalization(MLOperand input,
optional MLInstanceNormalizationOptions options = {});
optional MLInstanceNormalizationOptions options = {});
};

dictionary MLLayerNormalizationOptions {
Expand All @@ -340,7 +344,8 @@ dictionary MLLayerNormalizationOptions {
};

partial interface MLGraphBuilder {
MLOperand layerNormalization(MLOperand input, optional MLLayerNormalizationOptions options = {});
MLOperand layerNormalization(MLOperand input,
optional MLLayerNormalizationOptions options = {});
};

dictionary MLLeakyReluOptions {
Expand Down Expand Up @@ -532,9 +537,10 @@ dictionary MLSplitOptions {
};

partial interface MLGraphBuilder {
sequence<MLOperand> split(MLOperand input,
([EnforceRange] unsigned long or sequence<[EnforceRange] unsigned long>) splits,
optional MLSplitOptions options = {});
sequence<MLOperand> split(
MLOperand input,
([EnforceRange] unsigned long or sequence<[EnforceRange] unsigned long>) splits,
optional MLSplitOptions options = {});
};

partial interface MLGraphBuilder {
Expand Down
2 changes: 1 addition & 1 deletion tr/ids/geometry-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"https://www.w3.org/TR/geometry-1/#MJMAIN-32",
"https://www.w3.org/TR/geometry-1/#MJMAIN-33",
"https://www.w3.org/TR/geometry-1/#MJMAIN-34",
"https://www.w3.org/TR/geometry-1/#MathJax_Message",
"https://www.w3.org/TR/geometry-1/#toc-nav",
"https://www.w3.org/TR/geometry-1/#toc-jump",
"https://www.w3.org/TR/geometry-1/#toc-toggle",
"https://www.w3.org/TR/geometry-1/#MathJax_Message",
"https://www.w3.org/TR/geometry-1/#title",
"https://www.w3.org/TR/geometry-1/#annotation_root_",
"https://www.w3.org/TR/geometry-1/#subtitle",
Expand Down
10 changes: 6 additions & 4 deletions tr/ids/webnn.json
Original file line number Diff line number Diff line change
Expand Up @@ -3355,6 +3355,7 @@
"https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlinstancenormalizationoptions-scale",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#dom-mlinstancenormalizationoptions-bias",
Expand All @@ -3364,6 +3365,7 @@
"https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlinstancenormalizationoptions-bias",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webnn/#dom-mlinstancenormalizationoptions-epsilon",
Expand Down Expand Up @@ -3416,7 +3418,7 @@
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-layernorm",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-batchnormalization%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-instancenormalization%E2%91%A0",
Expand Down Expand Up @@ -4329,7 +4331,7 @@
"https://www.w3.org/TR/webnn/#infopanel-for-dom-mlpool2doptions-layout",
"https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlpool2doptions-layout",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mlinputoperandlayout%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nhwc%E2%91%A5",
"https://www.w3.org/TR/webnn/#dom-mlpool2doptions-roundingtype",
"https://www.w3.org/TR/webnn/#infopanel-for-dom-mlpool2doptions-roundingtype",
Expand Down Expand Up @@ -4362,12 +4364,12 @@
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nhwc%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-conv2d-output-sizes%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlroundingtype-floor%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlroundingtype-ceil%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nhwc%E2%91%A7",
"https://www.w3.org/TR/webnn/#mlgraphbuilder-pooling-op",
"https://www.w3.org/TR/webnn/#infopanel-for-mlgraphbuilder-pooling-op",
Expand Down
45 changes: 17 additions & 28 deletions tr/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
"date": "2024-03-27T01:22:30.205Z",
"date": "2024-03-28T01:26:41.004Z",
"options": {
"fallback": "tr/index.json",
"output": "report",
Expand Down Expand Up @@ -257,6 +257,7 @@
"web-otp",
"web-preferences-api",
"web-smart-card",
"device-attributes",
"managed-configuration",
"webcrypto-secure-curves",
"webhid",
Expand Down Expand Up @@ -638,9 +639,9 @@
},
"stats": {
"crawled": 315,
"errors": 1
"errors": 0
},
"crawler": "reffy-14.8.3",
"crawler": "reffy-15.0.1",
"results": [
{
"url": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
Expand Down Expand Up @@ -686,7 +687,8 @@
"https://aomediacodec.github.io/av1-spec/"
],
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
"date": "27 March 2024"
"date": "28 March 2024",
"links": "links/av1-spec.json"
},
{
"url": "https://www.w3.org/TR/accelerometer/",
Expand Down Expand Up @@ -1553,18 +1555,14 @@
"seriesNext": "compositing-2",
"organization": "W3C",
"groups": [
{
"name": "SVG Working Group",
"url": "https://www.w3.org/Graphics/SVG/WG/"
},
{
"name": "Cascading Style Sheets (CSS) Working Group",
"url": "https://www.w3.org/Style/CSS/"
}
],
"release": {
"url": "https://www.w3.org/TR/compositing-1/",
"status": "Candidate Recommendation Snapshot",
"status": "Candidate Recommendation Draft",
"filename": "Overview.html"
},
"nightly": {
Expand Down Expand Up @@ -2189,7 +2187,7 @@
],
"release": {
"url": "https://www.w3.org/TR/css-anchor-position-1/",
"status": "First Public Working Draft",
"status": "Working Draft",
"filename": "Overview.html"
},
"nightly": {
Expand Down Expand Up @@ -3031,8 +3029,7 @@
"css": "css/css-cascade-6.json",
"dfns": "dfns/css-cascade-6.json",
"headings": "headings/css-cascade-6.json",
"ids": "ids/css-cascade-6.json",
"error": "Error: Loading https://www.w3.org/TR/css-cascade-6/ triggered HTTP status 520\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:496:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:98:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:367:22)\n at async Promise.all (index 37)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:375:21)"
"ids": "ids/css-cascade-6.json"
},
{
"url": "https://www.w3.org/TR/css-color-3/",
Expand Down Expand Up @@ -5781,10 +5778,6 @@
{
"name": "Cascading Style Sheets (CSS) Working Group",
"url": "https://www.w3.org/Style/CSS/"
},
{
"name": "Technical Architecture Group",
"url": "https://www.w3.org/2001/tag/"
}
],
"release": {
Expand Down Expand Up @@ -7514,10 +7507,6 @@
{
"name": "Cascading Style Sheets (CSS) Working Group",
"url": "https://www.w3.org/Style/CSS/"
},
{
"name": "Technical Architecture Group",
"url": "https://www.w3.org/2001/tag/"
}
],
"release": {
Expand Down Expand Up @@ -7721,7 +7710,7 @@
],
"release": {
"url": "https://www.w3.org/TR/css-values-3/",
"status": "Candidate Recommendation Snapshot",
"status": "Candidate Recommendation Draft",
"filename": "Overview.html"
},
"nightly": {
Expand Down Expand Up @@ -13947,7 +13936,7 @@
],
"release": {
"url": "https://www.w3.org/TR/rdf-canon/",
"status": "Candidate Recommendation Draft",
"status": "Proposed Recommendation",
"filename": "Overview.html"
},
"title": "RDF Dataset Canonicalization",
Expand Down Expand Up @@ -19039,11 +19028,11 @@
],
"crawled": "https://www.w3.org/TR/webgpu/",
"crawlCacheInfo": {
"lastModified": "Sat, 23 Mar 2024 00:52:03 GMT"
"lastModified": "Wed, 27 Mar 2024 20:35:21 GMT"
},
"generator": "bikeshed",
"date": "23 March 2024",
"revision": "c187604b0964efdfe5486a760ad28374c672e00e",
"date": "27 March 2024",
"revision": "51e3223777f90c05a0154491e1761d6658d13c8d",
"links": "links/webgpu.json",
"refs": "refs/webgpu.json",
"events": "events/webgpu.json",
Expand Down Expand Up @@ -19166,11 +19155,11 @@
],
"crawled": "https://www.w3.org/TR/webnn/",
"crawlCacheInfo": {
"lastModified": "Mon, 25 Mar 2024 13:05:56 GMT"
"lastModified": "Wed, 27 Mar 2024 07:54:20 GMT"
},
"generator": "bikeshed",
"date": "25 March 2024",
"revision": "2f32429f0b60cf466093a95a9c97146d16a83d8f",
"date": "27 March 2024",
"revision": "edc9e521fb14e428bc4057839f8087612cfbd981",
"links": "links/webnn.json",
"refs": "refs/webnn.json",
"idl": "idl/webnn.idl",
Expand Down
Loading

0 comments on commit c88cc66

Please sign in to comment.