Home
last modified time | relevance | path

Searched refs:truncatediv (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_TruncateDiv.pbtxt4 name: "truncatediv"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Mod.pbtxt6 `tf.truncatediv(x, y) * y + truncate_mod(x, y) = x`.
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor_test_ops.py123 math_ops.truncatediv,
Dragged_dispatch.py395 math_ops.truncatediv,
/external/tensorflow/tensorflow/python/ops/
Dmath_ops_test.py577 math_ops.truncatediv(nums, divs) * divs +
Dmath_ops.py1492 truncatediv = gen_math_ops.truncate_div variable
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.pbtxt1120 name: "truncatediv"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.pbtxt2440 name: "truncatediv"
/external/tensorflow/
DRELEASE.md4106 integer truncation based behaviors you can use `tf.truncatediv`
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td8555 `tf.truncatediv(x, y) * y + truncate_mod(x, y) = x`.