Skip to content

Commit c2be7de

Browse files
committed
Note Float16Array emulation path
1 parent dd8942f commit c2be7de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3154,7 +3154,7 @@ console.log('Output value: ' + result.outputs.output);
31543154
<td>{{Float32Array}}
31553155
<tr>
31563156
<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>
3157+
<td><p class="issue">TC39 <a href="https://tc39.es/proposal-float16array/">`Float16Array`</a> is work in progress. Implementations can emulate this type by passing raw bits via {{Uint16Array}}. <a href="https://github.com/webmachinelearning/webnn/issues/373">[Issue webnn#373]</a></p>
31583158
<tr>
31593159
<td>{{MLOperandType/int32}}
31603160
<td>{{Int32Array}}

0 commit comments

Comments
 (0)