aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_Reciprocal.pbtxt
blob: c66b84e268c706bba28d34c69d42b599f179e367 (plain)
1
2
3
4
5
6
7
op {
  graph_op_name: "Reciprocal"
  summary: "Computes the reciprocal of x element-wise."
  description: <<END
I.e., \\(y = 1 / x\\).
END
}