aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.mod.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.mod.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.mod.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.mod.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.mod.md
new file mode 100644
index 0000000000..5bfe1058a7
--- /dev/null
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.mod.md
@@ -0,0 +1,15 @@
+### `tf.mod(x, y, name=None)` {#mod}
+
+Returns element-wise remainder of division.
+
+##### Args:
+
+
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `int32`, `int64`, `float32`, `float64`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
+* <b>`name`</b>: A name for the operation (optional).
+
+##### Returns:
+
+ A `Tensor`. Has the same type as `x`.
+