Skip to content

Commit 51a9fb6

Browse files
authored
Merge pull request #866 from BruceDai/logical_output_dataType
Bugfix: modify output's allowed data type as "uint8" for element-wise logical operations
2 parents 9281d32 + 33821f8 commit 51a9fb6

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
@@ -3413,7 +3413,7 @@ partial dictionary MLOpSupportLimits {
34133413
</tr>
34143414
<tr>
34153415
<td>*output*</td>
3416-
<td>[=/same type as|same as=] {{a}}</td>
3416+
<td>{{MLOperandDataType/"uint8"}}</td>
34173417
<td>maximum of {{a}}'s [=MLOperand/rank=] and {{b}}'s [=MLOperand/rank=]</td>
34183418
</tr>
34193419
</table>

0 commit comments

Comments
 (0)