|
7 | 7 | <link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
|
8 | 8 | <meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
|
9 | 9 | <link href="https://www.w3.org/TR/webnn/" rel="canonical">
|
10 |
| - <meta content="f16b36a17e8e587e33cf5492e51807f0ccad74ef" name="document-revision"> |
| 10 | + <meta content="92042fabd63d78a1134ec56ab6620a0124e26010" name="document-revision"> |
11 | 11 | <style>
|
12 | 12 | /* Make <dl> blocks more distinct from their surroundings. */
|
13 | 13 | main dl:not(.switch) {
|
|
962 | 962 | <div class="head">
|
963 | 963 | <p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
|
964 | 964 | <h1 class="p-name no-ref" id="title">Web Neural Network API</h1>
|
965 |
| - <p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2024-02-06">6 February 2024</time></p> |
| 965 | + <p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2024-02-07">7 February 2024</time></p> |
966 | 966 | <details open>
|
967 | 967 | <summary>More details about this document</summary>
|
968 | 968 | <div data-fill-with="spec-metadata">
|
@@ -3447,7 +3447,7 @@ <h4 class="heading settled" data-level="7.7.10" id="api-mlgraphbuilder-convtrans
|
3447 | 3447 | <li data-md>
|
3448 | 3448 | <p>If <var>filterSize</var> is not 4, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw⑦⑥">throw</a> a "<code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#dataerror" id="ref-for-dataerror②③">DataError</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>.</p>
|
3449 | 3449 | <li data-md>
|
3450 |
| - <p>If <var>input</var>.<code class="idl"><a data-link-type="idl" href="#dom-mloperand-descriptor-slot" id="ref-for-dom-mloperand-descriptor-slot②⑦">[[descriptor]]</a></code>.<code class="idl"><a data-link-type="idl" href="#dom-mloperanddescriptor-datatype" id="ref-for-dom-mloperanddescriptor-datatype①⑤">dataType</a></code> is not the same as <code class="idl"><a data-link-type="idl" href="#dom-mloperand-descriptor-slot" id="ref-for-dom-mloperand-descriptor-slot②⑧">[[descriptor]]</a></code>.<code class="idl"><a data-link-type="idl" href="#dom-mloperanddescriptor-datatype" id="ref-for-dom-mloperanddescriptor-datatype①⑥">dataType</a></code>, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw⑦⑦">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror②②">TypeError</a></code>.</p> |
| 3450 | + <p>If <var>input</var>.<code class="idl"><a data-link-type="idl" href="#dom-mloperand-descriptor-slot" id="ref-for-dom-mloperand-descriptor-slot②⑦">[[descriptor]]</a></code>.<code class="idl"><a data-link-type="idl" href="#dom-mloperanddescriptor-datatype" id="ref-for-dom-mloperanddescriptor-datatype①⑤">dataType</a></code> is not the same as <var>filter</var>.<code class="idl"><a data-link-type="idl" href="#dom-mloperand-descriptor-slot" id="ref-for-dom-mloperand-descriptor-slot②⑧">[[descriptor]]</a></code>.<code class="idl"><a data-link-type="idl" href="#dom-mloperanddescriptor-datatype" id="ref-for-dom-mloperanddescriptor-datatype①⑥">dataType</a></code>, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw⑦⑦">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror②②">TypeError</a></code>.</p> |
3451 | 3451 | <li data-md>
|
3452 | 3452 | <p>If <var>options</var>.<code class="idl"><a data-link-type="idl" href="#dom-mlconvtranspose2doptions-padding" id="ref-for-dom-mlconvtranspose2doptions-padding③">padding</a></code> does not <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists①⑤">exist</a>, set it to the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list④">list</a> « 0, 0, 0, 0 ».</p>
|
3453 | 3453 | <li data-md>
|
|
0 commit comments