Skip to content

Commit 3325f67

Browse files
committed
Clarify division rounding
1 parent 7952cc2 commit 3325f67

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
@@ -3429,7 +3429,7 @@ partial dictionary MLOpSupportLimits {
34293429
- *add*: Add the values of the two input tensors, element-wise.
34303430
- *sub*: Subtract the values of the second input tensor from the values of the first input tensor, element-wise.
34313431
- *mul*: Multiply the values of the two input tensors, element-wise.
3432-
- *div*: Divide the values of the first input tensor with the values of the second tensor, element-wise.
3432+
- *div*: Divide the values of the first input tensor with the values of the second tensor, element-wise. Integer types are truncated toward zero.
34333433
- *max*: Select the greater values of the two input tensors, element-wise.
34343434
- *min*: Select the lesser values of the two input tensors, element-wise.
34353435
- *pow*: Compute the values of the values of the first input tensor to the power of the values of the second input tensor, element-wise.

0 commit comments

Comments
 (0)