Home
last modified time | relevance | path

Searched defs:SigmoidGrad (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dmath_grad.cc231 Status SigmoidGrad(const AttrSlice& attrs, FunctionDef* g) { in SigmoidGrad() function
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Dmath_grad.cc253 Status SigmoidGrad(const Scope& scope, const Operation& op, in SigmoidGrad() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc4088 TEST_F(OpTest, SigmoidGrad) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go43142 func SigmoidGrad(scope *Scope, y tf.Output, dy tf.Output) (z tf.Output) { func