Searched defs:ReluGrad (Results  1 – 7 of 7) sorted by relevance
| /external/tensorflow/tensorflow/core/kernels/ | 
| D | relu_op_functor.h | 42 struct ReluGrad {  struct49   void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients,  in operator()
 
 | 
| D | relu_op_gpu.cu.cc | 158 struct ReluGrad<Device, Eigen::half> {  struct165   void operator()(const Device& d,  in operator ()()
 
 | 
| /external/tensorflow/tensorflow/core/ops/ | 
| D | nn_grad.cc | 75 Status ReluGrad(const AttrSlice& attrs, FunctionDef* g) {  in ReluGrad()  function
 | 
| /external/tensorflow/tensorflow/c/experimental/ops/ | 
| D | nn_ops.cc | 66 Status ReluGrad(AbstractContext* ctx, AbstractTensorHandle* const gradients,  in ReluGrad()  function
 | 
| /external/tensorflow/tensorflow/cc/gradients/ | 
| D | nn_grad_test.cc | 153 TEST_F(NNGradTest, ReluGrad) {  in TEST_F()  argument
 | 
| /external/tensorflow/tensorflow/compiler/tests/ | 
| D | randomized_tests.cc | 3827 TEST_F(OpTest, ReluGrad) {  in TEST_F()  argument
 | 
| /external/tensorflow/tensorflow/go/op/ | 
| D | wrappers.go | 36455 func ReluGrad(scope *Scope, gradients tf.Output, features tf.Output) (backprops tf.Output) {  func
 |