From 16b2dc898cb85fe5f04eeb8f6338a9bd9d40add8 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Mon, 27 Jan 2025 18:41:41 +0000 Subject: [PATCH] Update of ED report from new reffy run Using reffy commit 18.3.0. --- ed/algorithms/webnn.json | 16 +++++++++++----- ed/ids/webnn.json | 5 +++-- ed/index.json | 28 ++++++++++++++-------------- 3 files changed, 28 insertions(+), 21 deletions(-) diff --git a/ed/algorithms/webnn.json b/ed/algorithms/webnn.json index e8d1fa84a1d7..53fe725b05c7 100644 --- a/ed/algorithms/webnn.json +++ b/ed/algorithms/webnn.json @@ -38,10 +38,16 @@ "html": "

Set context.[[lost]] to a new promise.

" }, { - "html": "

If options[\"deviceType\"] exists, then set context.[[deviceType]] to options[\"deviceType\"]. Otherwise, set context.[[deviceType]] to \"cpu\".

" + "html": "

If options[\"deviceType\"] exists, then set context.[[deviceType]] to options[\"deviceType\"].

" }, { - "html": "

If options[\"powerPreference\"] exists, then set context.[[powerPreference]] to options[\"powerPreference\"]. Otherwise, set context.[[powerPreference]] to \"default\".

" + "html": "

Otherwise, set context.[[deviceType]] to \"cpu\".

" + }, + { + "html": "

If options[\"powerPreference\"] exists, then set context.[[powerPreference]] to options[\"powerPreference\"].

" + }, + { + "html": "

Otherwise, set context.[[powerPreference]] to \"default\".

" } ] }, @@ -4073,10 +4079,10 @@ "html": "

If input’s rank is not 4, then throw a TypeError.

" }, { - "html": "

If options.windowDimensions exists and its size is not 2, then throw a TypeError.

" + "html": "

If options.windowDimensions does not exist, set options.windowDimensions to the height and width dimensions of the shape of input.

" }, { - "html": "

Otherwise, set options.windowDimensions to the height and width dimensions of the shape of input.

" + "html": "

If options.windowDimensions’s size is not 2, then throw a TypeError.

" }, { "html": "

If options.outputSizes exists, or if options.padding does not exist, set options.padding to the list « 0, 0, 0, 0 ».

" @@ -4118,7 +4124,7 @@ "html": "

Let desc be a copy of input.[[descriptor]].

" }, { - "html": "

Let outputShape be the result of calculating pool2d output sizes given options.layout, input’s shape, options.roundingType, options.windowDimensions, options.padding, options.strides, options.dilations, and options.outputSizes (if it exists).

" + "html": "

Let outputShape be the result of calculating pool2d output sizes given options.layout, input’s shape, options.roundingType, options.windowDimensions, options.padding, options.strides, options.dilations, and options.outputSizes (if it exists).

" }, { "html": "

If any item in outputShape is not a valid dimension, then throw a TypeError.

" diff --git a/ed/ids/webnn.json b/ed/ids/webnn.json index 63e1012341c5..aa62d00d7e09 100644 --- a/ed/ids/webnn.json +++ b/ed/ids/webnn.json @@ -5393,10 +5393,11 @@ "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A4", + "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A1", + "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A2", "https://webmachinelearning.github.io/webnn/#ref-for-list-size%E2%91%A2%E2%93%AA", "https://webmachinelearning.github.io/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A4", - "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A1", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-outputsizes%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-padding%E2%91%A0", @@ -5442,7 +5443,7 @@ "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-layout%E2%91%A0", "https://webmachinelearning.github.io/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A8", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-roundingtype%E2%91%A1", - "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A2", + "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-padding%E2%91%A3", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A5", "https://webmachinelearning.github.io/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A4", diff --git a/ed/index.json b/ed/index.json index c251d8dad201..cd5478700396 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2025-01-27T12:48:22.861Z", + "date": "2025-01-27T18:41:29.970Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -7449,9 +7449,9 @@ ], "crawled": "https://tc39.es/proposal-intl-duration-format/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 15:27:08 GMT" + "lastModified": "Mon, 27 Jan 2025 16:42:01 GMT" }, - "date": "13 November 2024", + "date": "27 January 2025", "links": "links/tc39-intl-duration-format.json", "headings": "headings/tc39-intl-duration-format.json", "ids": "ids/tc39-intl-duration-format.json", @@ -13968,11 +13968,11 @@ ], "crawled": "https://wicg.github.io/turtledove/", "crawlCacheInfo": { - "lastModified": "Thu, 23 Jan 2025 19:58:07 GMT" + "lastModified": "Mon, 27 Jan 2025 16:31:18 GMT" }, "generator": "bikeshed", - "date": "23 January 2025", - "revision": "8b97d933b952038b3b1ed38121cfb0e921356fc3", + "date": "27 January 2025", + "revision": "b3808bea3a86939d5840fa9ce91e41b9a7494ea2", "algorithms": "algorithms/turtledove.json", "links": "links/turtledove.json", "refs": "refs/turtledove.json", @@ -15253,9 +15253,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc6797", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 13:38:37 GMT" + "lastModified": "Fri, 24 Jan 2025 14:05:24 GMT" }, - "date": "17 January 2025", + "date": "24 January 2025", "links": "links/rfc6797.json", "ids": "ids/rfc6797.json", "cddl": [] @@ -15986,9 +15986,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc8878", "crawlCacheInfo": { - "lastModified": "Sun, 19 Jan 2025 16:27:42 GMT" + "lastModified": "Mon, 27 Jan 2025 08:28:34 GMT" }, - "date": "19 January 2025", + "date": "27 January 2025", "links": "links/rfc8878.json", "refs": "refs/rfc8878.json", "headings": "headings/rfc8878.json", @@ -31333,7 +31333,7 @@ ], "crawled": "https://w3c.github.io/png/", "crawlCacheInfo": { - "lastModified": "Fri, 24 Jan 2025 21:10:52 GMT" + "lastModified": "Mon, 27 Jan 2025 14:39:48 GMT" }, "generator": "respec", "date": "18 July 2024", @@ -37372,11 +37372,11 @@ ], "crawled": "https://webmachinelearning.github.io/webnn/", "crawlCacheInfo": { - "lastModified": "Thu, 23 Jan 2025 00:02:48 GMT" + "lastModified": "Mon, 27 Jan 2025 13:17:36 GMT" }, "generator": "bikeshed", - "date": "23 January 2025", - "revision": "5f85e73d3f25be21ae69bc6efc7b49db673ad066", + "date": "27 January 2025", + "revision": "751ca310bcefc98876dc7780413286a553497908", "algorithms": "algorithms/webnn.json", "links": "links/webnn.json", "refs": "refs/webnn.json",