aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_DivNoNan.pbtxt
blob: 5604a1a89ed9af568209e171c8f8ed9b3ed3f636 (plain)
1
2
3
4
5
6
7
8
9
op {
  graph_op_name: "DivNoNan"
  summary: "Returns 0 if the denominator is zero."
  description: <<END

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