File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments