diff --git a/index.bs b/index.bs index 6f7cb368..d3a5fea6 100644 --- a/index.bs +++ b/index.bs @@ -3429,7 +3429,7 @@ partial dictionary MLOpSupportLimits { - *add*: Add the values of the two input tensors, element-wise. - *sub*: Subtract the values of the second input tensor from the values of the first input tensor, element-wise. - *mul*: Multiply the values of the two input tensors, element-wise. - - *div*: Divide the values of the first input tensor with the values of the second tensor, element-wise. + - *div*: Divide the values of the first input tensor with the values of the second tensor, element-wise. Integer types are truncated toward zero. - *max*: Select the greater values of the two input tensors, element-wise. - *min*: Select the lesser values of the two input tensors, element-wise. - *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. @@ -8436,6 +8436,7 @@ partial dictionary MLOpSupportLimits { vy1 = vx0y1 * (1 - tx) + vx1y1 * tx output tensor value = vy0 * (1 - ty) + vy1 * ty ``` + : scales