Home
last modified time | relevance | path

Searched refs:truncatemod (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_TruncateMod.pbtxt4 name: "truncatemod"
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor_test_ops.py168 math_ops.truncatemod,
/external/tensorflow/tensorflow/python/ops/
Dmath_ops_test.py664 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)
Dmath_ops.py1725 truncatemod = gen_math_ops.truncate_mod variable
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.pbtxt1136 name: "truncatemod"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.pbtxt2456 name: "truncatemod"
/external/tensorflow/
DRELEASE.md9433 based behaviors you can use `tf.truncatediv` and `tf.truncatemod`. *