Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsoftplus_op.h62 struct SoftplusGrad { struct
68 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator()
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Dnn_grad_test.cc316 TEST_F(NNGradTest, SoftplusGrad) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc4172 TEST_F(OpTest, SoftplusGrad) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go43727 func SoftplusGrad(scope *Scope, gradients tf.Output, features tf.Output) (backprops tf.Output) { func