Searched refs:truncatemod (Results 1 – 7 of 7) sorted by relevance
4 name: "truncatemod"
168 math_ops.truncatemod,
664 tf_result = math_ops.truncatemod(nums, divs)670 tf_result = math_ops.truncatemod(nums, divs)757 math_ops.truncatemod(nums, divs))805 tf_truncate_mod = math_ops.truncatemod(x, y)
1725 truncatemod = gen_math_ops.truncate_mod variable
1136 name: "truncatemod"
2456 name: "truncatemod"
9433 based behaviors you can use `tf.truncatediv` and `tf.truncatemod`. *