Skip to content

Commit dd8942f

Browse files
committed
Add float16 to MLOperandType and ArrayBufferView compatibility table
- Note TC39 Float16Array proposal is WIP - Update issue links Related #373 (Bikeshed syntax not supported inside tables, thus plain HTML.)
1 parent 9774d49 commit dd8942f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3152,6 +3152,9 @@ console.log('Output value: ' + result.outputs.output);
31523152
<tr>
31533153
<td>{{MLOperandType/float32}}
31543154
<td>{{Float32Array}}
3155+
<tr>
3156+
<td>{{MLOperandType/float16}}
3157+
<td><p class="issue">TC39 <a href="https://tc39.es/proposal-float16array/">`Float16Array`</a> is work in progress. <a href="https://github.com/webmachinelearning/webnn/issues/373">[Issue webnn#373]</a></p>
31553158
<tr>
31563159
<td>{{MLOperandType/int32}}
31573160
<td>{{Int32Array}}
@@ -3166,8 +3169,6 @@ console.log('Output value: ' + result.outputs.output);
31663169
<td>{{Uint8Array}}
31673170
</table>
31683171

3169-
Issue(webmachinelearning/webnn#127): clarify the usage of {{ArrayBufferView}} for {{MLOperandType/float16}}.
3170-
31713172
<h2 id="acknowledgements">Acknowledgements</h2>
31723173

31733174
This specification follows the concepts of the Android Neural Networks API C

0 commit comments

Comments
 (0)