Skip to content

Commit b5f427b

Browse files
authored
Add Resample data type uint8/int8 (#891)
1 parent e281c95 commit b5f427b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8440,7 +8440,7 @@ partial dictionary MLOpSupportLimits {
84408440
</thead>
84418441
<tr>
84428442
<td>{{input}}</td>
8443-
<td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}}</td>
8443+
<td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}}, {{MLOperandDataType/"uint8"}}, {{MLOperandDataType/"int8"}}</td>
84448444
<td>4</td>
84458445
</tr>
84468446
<tr>

0 commit comments

Comments
 (0)