aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_ReciprocalGrad.pbtxt
blob: 583e5ecee1fe8ff2e187fd909c09b2381f9bee74 (plain)
1
2
3
4
5
6
7
8
9
op {
  graph_op_name: "ReciprocalGrad"
  visibility: HIDDEN
  summary: "Computes the gradient for the inverse of `x` wrt its input."
  description: <<END
Specifically, `grad = -dy * y*y`, where `y = 1/x`, and `dy`
is the corresponding input gradient.
END
}