Searched refs:LeakyReluGrad (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_LeakyReluGrad.pbtxt | 2 graph_op_name: "LeakyReluGrad" 4 name: "data.LeakyReluGrad"
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | nn_grad.cc | 151 internal::LeakyReluGrad::Attrs attrs; in LeakyReluGradHelper() 152 auto dx = internal::LeakyReluGrad(scope, grad_inputs[0], op.input(0), in LeakyReluGradHelper() 164 internal::LeakyReluGrad::Attrs attrs; in LeakyReluGradGradHelper() 165 auto dx = internal::LeakyReluGrad(scope, grad_inputs[0], op.input(1), in LeakyReluGradGradHelper()
|
D | nn_grad_test.cc | 164 TEST_F(NNGradTest, LeakyReluGrad) { in TEST_F() argument 186 auto y = ops::internal::LeakyReluGrad(scope_, x, features); in TEST_F()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_LeakyReluGrad.pbtxt | 2 graph_op_name: "LeakyReluGrad"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | relu_op.cc | 114 void LeakyReluGrad<GPUDevice, T>::operator()( \ 118 extern template struct LeakyReluGrad<GPUDevice, T>; \
|
D | relu_op_gpu.cu.cc | 154 template struct functor::LeakyReluGrad<GPUDevice, T>; \
|
D | relu_op_functor.h | 109 struct LeakyReluGrad { struct
|
D | relu_op.h | 190 functor::LeakyReluGrad<Device, T> functor; in OperateNoTemplate()
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 1660 name: "LeakyReluGrad"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 1660 name: "LeakyReluGrad"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 8394 func LeakyReluGrad(scope *Scope, gradients tf.Output, features tf.Output, optional ...LeakyReluGrad… func
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 31840 name: "LeakyReluGrad" 31876 name: "LeakyReluGrad"
|
D | ops_history.v1.pbtxt | 32225 name: "LeakyReluGrad" 32261 name: "LeakyReluGrad"
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 16220 name: "LeakyReluGrad"
|