Home
last modified time | relevance | path

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

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