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