Skip to content

Commit

Permalink
Automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
fetch-info bot committed Nov 28, 2024
1 parent b809117 commit fe52684
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions names/AllowSharedBufferSource.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ <h3>Referring IDL interfaces/dictionaries</h3>
<li><code><a href="FileSystemSyncAccessHandle.html">FileSystemSyncAccessHandle</a></code></li>
<li><code><a href="GPUQueue.html">GPUQueue</a></code></li>
<li><code><a href="MLContext.html">MLContext</a></code></li>
<li><code><a href="MLGraphBuilder.html">MLGraphBuilder</a></code></li>
<li><code><a href="TextDecoder.html">TextDecoder</a></code></li>
<li><code><a href="VideoDecoderConfig.html">VideoDecoderConfig</a></code></li>
<li><code><a href="VideoFrame.html">VideoFrame</a></code></li>
Expand Down
1 change: 0 additions & 1 deletion names/ArrayBufferView.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ <h3>Referring IDL interfaces/dictionaries</h3>

<ul>
<li><code><a href="Crypto.html">Crypto</a></code></li>
<li><code><a href="MLGraphBuilder.html">MLGraphBuilder</a></code></li>
<li><code><a href="PresentationConnection.html">PresentationConnection</a></code></li>
<li><code><a href="RTCDataChannel.html">RTCDataChannel</a></code></li>
<li><code><a href="ReadableByteStreamController.html">ReadableByteStreamController</a></code></li>
Expand Down
10 changes: 6 additions & 4 deletions names/MLGraphBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ <h3>Definition</h3>
</span><strong>constructor</strong>(<a href='MLContext.html'>MLContext</a> <strong>context</strong>);</span><span class=def id=operation-input-USVString-MLOperandDescriptor><span class="comment">

&#x2F;&#x2F; Create an operand for a graph input.
</span><a href='MLOperand.html'>MLOperand</a> <strong><a href="https:&#x2F;&#x2F;webmachinelearning.github.io&#x2F;webnn&#x2F;#dom-mlgraphbuilder-input">input</a></strong>(<span class=primitive>USVString</span> <strong>name</strong>, <a href='MLOperandDescriptor.html'>MLOperandDescriptor</a> <strong>descriptor</strong>);</span><span class=def id=operation-constant-MLOperandDescriptor-ArrayBufferView><span class="comment">
</span><a href='MLOperand.html'>MLOperand</a> <strong><a href="https:&#x2F;&#x2F;webmachinelearning.github.io&#x2F;webnn&#x2F;#dom-mlgraphbuilder-input">input</a></strong>(<span class=primitive>USVString</span> <strong>name</strong>, <a href='MLOperandDescriptor.html'>MLOperandDescriptor</a> <strong>descriptor</strong>);</span><span class=def id=operation-constant-MLOperandDescriptor-AllowSharedBufferSource><span class="comment">

&#x2F;&#x2F; Create an operand for a graph constant.
</span><a href='MLOperand.html'>MLOperand</a> <strong><a href="https:&#x2F;&#x2F;webmachinelearning.github.io&#x2F;webnn&#x2F;#dom-mlgraphbuilder-constant">constant</a></strong>(<a href='MLOperandDescriptor.html'>MLOperandDescriptor</a> <strong>descriptor</strong>, <a href='ArrayBufferView.html'>ArrayBufferView</a> <strong>bufferView</strong>);</span><span class=def id=operation-constant-MLOperandDataType-MLNumber><span class="comment">
</span><a href='MLOperand.html'>MLOperand</a> <strong><a href="https:&#x2F;&#x2F;webmachinelearning.github.io&#x2F;webnn&#x2F;#dom-mlgraphbuilder-constant">constant</a></strong>(<a href='MLOperandDescriptor.html'>MLOperandDescriptor</a> <strong>descriptor</strong>,
<a href='AllowSharedBufferSource.html'>AllowSharedBufferSource</a> <strong>buffer</strong>);</span><span class=def id=operation-constant-MLOperandDataType-MLNumber><span class="comment">

&#x2F;&#x2F; Create a scalar operand from the specified number of the specified type.
</span><a href='MLOperand.html'>MLOperand</a> <strong><a href="https:&#x2F;&#x2F;webmachinelearning.github.io&#x2F;webnn&#x2F;#dom-mlgraphbuilder-constant-type-value">constant</a></strong>(<a href='MLOperandDataType.html'>MLOperandDataType</a> <strong>type</strong>, <a href='MLNumber.html'>MLNumber</a> <strong>value</strong>);</span><span class=def id=operation-build-MLNamedOperands><span class="comment">
Expand Down Expand Up @@ -308,10 +309,11 @@ <h3>Definition</h3>
</span><strong>constructor</strong>(<a href='MLContext.html'>MLContext</a> <strong>context</strong>);</span><span class=def id=operation-input-USVString-MLOperandDescriptor><span class="comment">

&#x2F;&#x2F; Create an operand for a graph input.
</span><a href='MLOperand.html'>MLOperand</a> <strong><a href="https:&#x2F;&#x2F;webmachinelearning.github.io&#x2F;webnn&#x2F;#dom-mlgraphbuilder-input">input</a></strong>(<span class=primitive>USVString</span> <strong>name</strong>, <a href='MLOperandDescriptor.html'>MLOperandDescriptor</a> <strong>descriptor</strong>);</span><span class=def id=operation-constant-MLOperandDescriptor-ArrayBufferView><span class="comment">
</span><a href='MLOperand.html'>MLOperand</a> <strong><a href="https:&#x2F;&#x2F;webmachinelearning.github.io&#x2F;webnn&#x2F;#dom-mlgraphbuilder-input">input</a></strong>(<span class=primitive>USVString</span> <strong>name</strong>, <a href='MLOperandDescriptor.html'>MLOperandDescriptor</a> <strong>descriptor</strong>);</span><span class=def id=operation-constant-MLOperandDescriptor-AllowSharedBufferSource><span class="comment">

&#x2F;&#x2F; Create an operand for a graph constant.
</span><a href='MLOperand.html'>MLOperand</a> <strong><a href="https:&#x2F;&#x2F;webmachinelearning.github.io&#x2F;webnn&#x2F;#dom-mlgraphbuilder-constant">constant</a></strong>(<a href='MLOperandDescriptor.html'>MLOperandDescriptor</a> <strong>descriptor</strong>, <a href='ArrayBufferView.html'>ArrayBufferView</a> <strong>bufferView</strong>);</span><span class=def id=operation-constant-MLOperandDataType-MLNumber><span class="comment">
</span><a href='MLOperand.html'>MLOperand</a> <strong><a href="https:&#x2F;&#x2F;webmachinelearning.github.io&#x2F;webnn&#x2F;#dom-mlgraphbuilder-constant">constant</a></strong>(<a href='MLOperandDescriptor.html'>MLOperandDescriptor</a> <strong>descriptor</strong>,
<a href='AllowSharedBufferSource.html'>AllowSharedBufferSource</a> <strong>buffer</strong>);</span><span class=def id=operation-constant-MLOperandDataType-MLNumber><span class="comment">

&#x2F;&#x2F; Create a scalar operand from the specified number of the specified type.
</span><a href='MLOperand.html'>MLOperand</a> <strong><a href="https:&#x2F;&#x2F;webmachinelearning.github.io&#x2F;webnn&#x2F;#dom-mlgraphbuilder-constant-type-value">constant</a></strong>(<a href='MLOperandDataType.html'>MLOperandDataType</a> <strong>type</strong>, <a href='MLNumber.html'>MLNumber</a> <strong>value</strong>);</span><span class=def id=operation-build-MLNamedOperands><span class="comment">
Expand Down
2 changes: 1 addition & 1 deletion names/MLOperand.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h3>Methods and attributes that return objects implementing <code>MLOperand</cod

<ul class=long>
<li><code><a href="MLGraphBuilder.html">MLGraphBuilder</a><a href=MLGraphBuilder.html#operation-input-USVString-MLOperandDescriptor>.input()</a></code></li>
<li><code><a href="MLGraphBuilder.html">MLGraphBuilder</a><a href=MLGraphBuilder.html#operation-constant-MLOperandDescriptor-ArrayBufferView>.constant()</a></code></li>
<li><code><a href="MLGraphBuilder.html">MLGraphBuilder</a><a href=MLGraphBuilder.html#operation-constant-MLOperandDescriptor-AllowSharedBufferSource>.constant()</a></code></li>
<li><code><a href="MLGraphBuilder.html">MLGraphBuilder</a><a href=MLGraphBuilder.html#operation-constant-MLOperandDataType-MLNumber>.constant()</a></code></li>
<li><code><a href="MLGraphBuilder.html">MLGraphBuilder</a><a href=MLGraphBuilder.html#operation-argMin-MLOperand-unsigned long-MLArgMinMaxOptions>.argMin()</a></code></li>
<li><code><a href="MLGraphBuilder.html">MLGraphBuilder</a><a href=MLGraphBuilder.html#operation-argMax-MLOperand-unsigned long-MLArgMinMaxOptions>.argMax()</a></code></li>
Expand Down
4 changes: 2 additions & 2 deletions names/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2068,8 +2068,8 @@
</ul></section><section><h2>Typedefs</h2>
<ul class=long>
<li><a href="AlgorithmIdentifier.html">AlgorithmIdentifier</a> <span title='used by 2 other IDL fragments'>(2)</span> </li>
<li><a href="AllowSharedBufferSource.html">AllowSharedBufferSource</a> <span title='used by 13 other IDL fragments'>(13)</span> </li>
<li><a href="ArrayBufferView.html">ArrayBufferView</a> <span title='used by 10 other IDL fragments'>(10)</span> </li>
<li><a href="AllowSharedBufferSource.html">AllowSharedBufferSource</a> <span title='used by 14 other IDL fragments'>(14)</span> </li>
<li><a href="ArrayBufferView.html">ArrayBufferView</a> <span title='used by 9 other IDL fragments'>(9)</span> </li>
<li><a href="Base64URLString.html">Base64URLString</a> <span title='used by 11 other IDL fragments'>(11)</span> </li>
<li><a href="BigInteger.html">BigInteger</a> <span title='used by 2 other IDL fragments'>(2)</span> </li>
<li><a href="BlobPart.html">BlobPart</a> <span title='used by 2 other IDL fragments'>(2)</span> </li>
Expand Down

0 comments on commit fe52684

Please sign in to comment.