Skip to content

Commit 932b603

Browse files
Add int64/uint64 to ArrayBufferView compatibility table (#698)
Fixes #693
1 parent 0f7911d commit 932b603

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

index.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6040,6 +6040,12 @@ const graph = await builder.build({'output': output});
60406040
<tr>
60416041
<td>{{MLOperandDataType/float16}}
60426042
<td>{{Float16Array}}
6043+
<tr>
6044+
<td>{{MLOperandDataType/int64}}
6045+
<td>{{BigInt64Array}}
6046+
<tr>
6047+
<td>{{MLOperandDataType/uint64}}
6048+
<td>{{BigUint64Array}}
60436049
<tr>
60446050
<td>{{MLOperandDataType/int32}}
60456051
<td>{{Int32Array}}

0 commit comments

Comments
 (0)