Home
last modified time | relevance | path

Searched refs:LeakyRelu (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_LeakyReluGrad.pbtxt7 The backpropagated gradients to the corresponding LeakyRelu operation.
13 The features passed as input to the corresponding LeakyRelu operation,
23 summary: "Computes rectified linear gradients for a LeakyRelu operation."
Dapi_def_LeakyRelu.pbtxt2 graph_op_name: "LeakyRelu"
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_LeakyRelu.pbtxt2 graph_op_name: "LeakyRelu"
4 name: "nn.LeakyRelu"
/external/tensorflow/tensorflow/core/kernels/
Drelu_op.cc108 void LeakyRelu<GPUDevice, T>::operator()( \
111 extern template struct LeakyRelu<GPUDevice, T>; \
Drelu_op_gpu.cu.cc153 template struct functor::LeakyRelu<GPUDevice, T>; \
Drelu_op_functor.h96 struct LeakyRelu { struct
Drelu_op.h145 functor::LeakyRelu<Device, T> functor; in Operate()
/external/tensorflow/tensorflow/cc/gradients/
Dnn_grad_test.cc167 auto y = ops::internal::LeakyRelu(scope_, x); in TEST_F()
/external/tensorflow/tensorflow/lite/kernels/
Dactivations_test.cc960 TEST(FloatActivationsOpTest, LeakyRelu) { in TEST() argument
Dactivations.cc935 optimized_ops::LeakyRelu( in LeakyReluEval()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc1796 class LeakyRelu class
2462 ops.push_back(MakeUnique<LeakyRelu>(::tflite::BuiltinOperator_LEAKY_RELU, in BuildOperatorList()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc2311 ops::internal::LeakyRelu(s.WithOpName("my_act"), input, in TEST_F()
2312 ops::internal::LeakyRelu::Alpha(kAlpha)); in TEST_F()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc421 HANDLE_OPERATORTYPENAME_CASE(LeakyRelu) in OperatorTypeName()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h456 inline void LeakyRelu(const tflite::LeakyReluParams& params, in LeakyRelu() function
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h75 using reference_ops::LeakyRelu;
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt1656 name: "LeakyRelu"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt1656 name: "LeakyRelu"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go11103 func LeakyRelu(scope *Scope, features tf.Output, optional ...LeakyReluAttr) (activations tf.Output)… func
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v1.pbtxt32160 name: "LeakyRelu"
32192 name: "LeakyRelu"
Dops_history.v2.pbtxt31775 name: "LeakyRelu"
31807 name: "LeakyRelu"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt16187 name: "LeakyRelu"