Skip to content

Commit 1d8891f

Browse files
Bug fix: Missing variable name in conv2d (#558)
SHA: 92042fa Reason: push, by anssiko Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d3c7dd commit 1d8891f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
88
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
99
<link href="https://www.w3.org/TR/webnn/" rel="canonical">
10-
<meta content="f16b36a17e8e587e33cf5492e51807f0ccad74ef" name="document-revision">
10+
<meta content="92042fabd63d78a1134ec56ab6620a0124e26010" name="document-revision">
1111
<style>
1212
/* Make <dl> blocks more distinct from their surroundings. */
1313
main dl:not(.switch) {
@@ -962,7 +962,7 @@
962962
<div class="head">
963963
<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>
964964
<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>
966966
<details open>
967967
<summary>More details about this document</summary>
968968
<div data-fill-with="spec-metadata">
@@ -3447,7 +3447,7 @@ <h4 class="heading settled" data-level="7.7.10" id="api-mlgraphbuilder-convtrans
34473447
<li data-md>
34483448
<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>
34493449
<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>
34513451
<li data-md>
34523452
<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>
34533453
<li data-md>

0 commit comments

Comments
 (0)