Skip to content

Commit 562cf14

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.4.2.
1 parent a47f57d commit 562cf14

13 files changed

+1058
-983
lines changed

tr/algorithms/webcodecs.json

+38-23
Large diffs are not rendered by default.

tr/algorithms/webnn.json

+18-6
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,19 @@
143143
},
144144
{
145145
"case": "ArrayBufferView",
146-
"html": "<p>If <var>bufferSource</var>’s <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#table-the-typedarray-constructors\" id=\"ref-for-table-the-typedarray-constructors\">element type</a> matches <var>descriptor</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> according to <a href=\"https://www.w3.org/TR/webnn/#appendices-mloperanddatatype-arraybufferview-compatibility\">this table</a> return true, otherwise return false.</p>"
146+
"html": "",
147+
"rationale": "if",
148+
"steps": [
149+
{
150+
"html": "<p>If <var>bufferSource</var> is a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-Uint8Array\" id=\"ref-for-idl-Uint8Array\">Uint8Array</a></code> object, then return true.</p>"
151+
},
152+
{
153+
"html": "<p>If <var>bufferSource</var> matches <var>descriptor</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> according to <a href=\"https://www.w3.org/TR/webnn/#appendices-mloperanddatatype-arraybufferview-compatibility\">this table</a>, then return true.</p>"
154+
},
155+
{
156+
"html": "<p>Return false.</p>"
157+
}
158+
]
147159
}
148160
]
149161
}
@@ -318,7 +330,7 @@
318330
"html": "<p>If that fails, then <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#queue-an-ml-task\" id=\"ref-for-queue-an-ml-task⑦\">queue an ML task</a> with <var>global</var> to <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\" id=\"ref-for-reject①⓪\">reject</a> <var>promise</var> with an \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#unknownerror\" id=\"ref-for-unknownerror①\">UnknownError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑧\">DOMException</a></code>, and abort these steps.</p>"
319331
},
320332
{
321-
"html": "<p>Otherwise, <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#queue-an-ml-task\" id=\"ref-for-queue-an-ml-task⑧\">queue an ML task</a> with <var>global</var> to <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#arraybuffer-create\" id=\"ref-for-arraybuffer-create\">create</a> an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-ArrayBuffer\" id=\"ref-for-idl-ArrayBuffer\">ArrayBuffer</a></code> <var>result</var> given <var>bytes</var> and <var>realm</var> and then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#resolve\" id=\"ref-for-resolve③\">resolve</a> <var>promise</var> with <var>result</var>.</p>"
333+
"html": "<p>Otherwise, <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#queue-an-ml-task\" id=\"ref-for-queue-an-ml-task⑧\">queue an ML task</a> with <var>global</var> to <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#arraybuffer-create\" id=\"ref-for-arraybuffer-create\">create</a> an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-ArrayBuffer\" id=\"ref-for-idl-ArrayBuffer\">ArrayBuffer</a></code> <var>result</var> given <var>bytes</var> and <var>realm</var> and then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#resolve\" id=\"ref-for-resolve③\">resolve</a> <var>promise</var> with <var>result</var>.</p>"
322334
}
323335
]
324336
},
@@ -530,7 +542,7 @@
530542
"html": "<p>Let <var>descriptor</var> be a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dictdef-mloperanddescriptor\" id=\"ref-for-dictdef-mloperanddescriptor①②\">MLOperandDescriptor</a></code>.</p>"
531543
},
532544
{
533-
"html": "<p>Set <var>descriptor</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> to <var>dataType</var>.</p>"
545+
"html": "<p>Set <var>descriptor</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> to <var>dataType</var>.</p>"
534546
},
535547
{
536548
"html": "<p>Set <var>descriptor</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-shape\" id=\"ref-for-dom-mloperanddescriptor-shape③\">shape</a></code> to a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-clone\" id=\"ref-for-list-clone\">clone</a> of <var>shape</var>.</p>"
@@ -558,7 +570,7 @@
558570
]
559571
},
560572
{
561-
"html": "<p>Let <var>elementSize</var> be the <a data-link-type=\"dfn\" data-refhint-key=\"1621b862\" href=\"https://tc39.es/ecma262/#table-the-typedarray-constructors\" id=\"ref-for-table-the-typedarray-constructors\">element size</a> of one of the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#ArrayBufferView\" id=\"ref-for-ArrayBufferView③\">ArrayBufferView</a></code> types that matches <var>desc</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> according to <a href=\"https://www.w3.org/TR/webnn/#appendices-mloperanddatatype-arraybufferview-compatibility\">this table</a>.</p>"
573+
"html": "<p>Let <var>elementSize</var> be the <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#table-the-typedarray-constructors\" id=\"ref-for-table-the-typedarray-constructors\">element size</a> of one of the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#ArrayBufferView\" id=\"ref-for-ArrayBufferView③\">ArrayBufferView</a></code> types that matches <var>desc</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> according to <a href=\"https://www.w3.org/TR/webnn/#appendices-mloperanddatatype-arraybufferview-compatibility\">this table</a>.</p>"
562574
},
563575
{
564576
"html": "<p>Return <var>elementLength</var> * <var>elementSize</var>.</p>"
@@ -4174,7 +4186,7 @@
41744186
"html": "<p>Set <var>desc</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-shape\" id=\"ref-for-dom-mloperanddescriptor-shape①②\">shape</a></code> to the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list\" id=\"ref-for-list②⓪\">list</a> « <var>batchSize</var>, <var>hiddenSize</var> ».</p>"
41754187
},
41764188
{
4177-
"html": "<p>Set <var>desc</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> to <var>input</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#mloperand-datatype\" id=\"ref-for-mloperand-datatype⑨③\">dataType</a>.</p>"
4189+
"html": "<p>Set <var>desc</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> to <var>input</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#mloperand-datatype\" id=\"ref-for-mloperand-datatype⑨③\">dataType</a>.</p>"
41784190
},
41794191
{
41804192
"html": "<em>Make graph connections:</em>",
@@ -5106,7 +5118,7 @@
51065118
]
51075119
},
51085120
{
5109-
"html": "<p>Let <var>desc</var> be the result of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#create-an-mloperanddescriptor\" id=\"ref-for-create-an-mloperanddescriptor②①\">creating an MLOperandDescriptor</a> given <var>inputDescriptor</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype\">dataType</a></code> and <var>outputShape</var>.</p>"
5121+
"html": "<p>Let <var>desc</var> be the result of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webnn/#create-an-mloperanddescriptor\" id=\"ref-for-create-an-mloperanddescriptor②①\">creating an MLOperandDescriptor</a> given <var>inputDescriptor</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-datatype\" id=\"ref-for-dom-mloperanddescriptor-datatype①⓪\">dataType</a></code> and <var>outputShape</var>.</p>"
51105122
}
51115123
]
51125124
},

0 commit comments

Comments
 (0)