Skip to content

Commit f60439f

Browse files
authored
Drop support of 8-bit integers input for CumulativeSum (#912)
Fix #892
1 parent 91745cf commit f60439f

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
@@ -3333,7 +3333,7 @@ partial dictionary MLOpSupportLimits {
33333333
</thead>
33343334
<tr>
33353335
<td>{{input}}</td>
3336-
<td>[=/any data type|any=]</td>
3336+
<td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}}, {{MLOperandDataType/"int32"}}, {{MLOperandDataType/"uint32"}}, {{MLOperandDataType/"int64"}}, {{MLOperandDataType/"uint64"}}</td>
33373337
<td>1 to [=/any rank|N=]</td>
33383338
</tr>
33393339
<tr>

0 commit comments

Comments
 (0)