aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_TruncateMod.pbtxt
blob: 804f70ab52fb07ef940ee405b5f597a846c83757 (plain)
1
2
3
4
5
6
7
8
9
10
11
op {
  graph_op_name: "TruncateMod"
  summary: "Returns element-wise remainder of division. This emulates C semantics in that"
  description: <<END
the result here is consistent with a truncating divide. E.g. `truncate(x / y) *
y + truncate_mod(x, y) = x`.

*NOTE*: `TruncateMod` supports broadcasting. More about broadcasting
[here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
END
}