Home
last modified time | relevance | path

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

/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/docs_src/api_guides/python/
Dmath_ops.md25 * @{tf.truncatediv}
/external/tensorflow/tensorflow/python/ops/
Dmath_ops_test.py469 tf3_result = (math_ops.truncatediv(nums, divs) * divs +
Dmath_ops.py1153 truncatediv = gen_math_ops._truncate_div variable
/external/tensorflow/tensorflow/docs_src/install/
Dmigration.md143 To force C-style truncation semantics, you must use `tf.truncatediv`.
/external/tensorflow/tensorflow/tools/api/golden/
Dtensorflow.pbtxt2032 name: "truncatediv"
/external/tensorflow/
DRELEASE.md835 integer truncation based behaviors you can use `tf.truncatediv`