Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Drelu_op_functor.h123 struct LeakyReluGrad { struct
130 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.cc176 TEST_F(NNGradTest, LeakyReluGrad) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc3069 TEST_F(OpTest, LeakyReluGrad) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go21502 func LeakyReluGrad(scope *Scope, gradients tf.Output, features tf.Output, optional ...LeakyReluGrad… func