Searched refs:truncatediv (Results 1 – 10 of 10) sorted by relevance
4 name: "truncatediv"
6 `tf.truncatediv(x, y) * y + truncate_mod(x, y) = x`.
123 math_ops.truncatediv,
395 math_ops.truncatediv,
577 math_ops.truncatediv(nums, divs) * divs +
1492 truncatediv = gen_math_ops.truncate_div variable
1120 name: "truncatediv"
2440 name: "truncatediv"
4106 integer truncation based behaviors you can use `tf.truncatediv`
8555 `tf.truncatediv(x, y) * y + truncate_mod(x, y) = x`.