Searched refs:LeakyReluGrad (Results 1 – 18 of 18) 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/core/ops/compat/ops_history_v1/ |
D | LeakyReluGrad.pbtxt | 2 name: "LeakyReluGrad" 38 name: "LeakyReluGrad"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | LeakyReluGrad.pbtxt | 2 name: "LeakyReluGrad" 38 name: "LeakyReluGrad"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_LeakyReluGrad.pbtxt | 2 graph_op_name: "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/kernels/ |
D | relu_op.cc | 110 void LeakyReluGrad<GPUDevice, T>::operator()( \ 114 extern template struct LeakyReluGrad<GPUDevice, T>; \
|
D | relu_op_functor.h | 123 struct LeakyReluGrad { struct
|
D | relu_op_gpu.cu.cc | 247 template struct functor::LeakyReluGrad<GPUDevice, T>; \
|
D | relu_op.h | 190 functor::LeakyReluGrad<Device, T> functor; in OperateNoTemplate()
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_relu_op_test.cc | 132 TEST_ALL_SIZES(LeakyReluGrad)
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | op_select_allowlist.md | 235 * `raw_ops.LeakyReluGrad`
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 2096 name: "LeakyReluGrad"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 2096 name: "LeakyReluGrad"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 31177 name: "LeakyReluGrad" 31213 name: "LeakyReluGrad"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 25024 func LeakyReluGrad(scope *Scope, gradients tf.Output, features tf.Output, optional ...LeakyReluGrad… func
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_generated_ops.td | 6040 def TF_LeakyReluGradOp : TF_Op<"LeakyReluGrad", [NoSideEffect, TF_SameOperandsAndResultTypeResolveR…
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 20966 name: "LeakyReluGrad"
|