Home
last modified time | relevance | path

Searched refs:TfLiteLeakyReluParams (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/
Dleaky_relu.cc79 reinterpret_cast<TfLiteLeakyReluParams*>(node->builtin_data); in LeakyReluPrepare()
104 reinterpret_cast<TfLiteLeakyReluParams*>(node->builtin_data); in LeakyReluEval()
/external/tensorflow/tensorflow/lite/c/
Dbuiltin_op_data.h453 } TfLiteLeakyReluParams; typedef
/external/tensorflow/tensorflow/lite/kernels/
Dactivations.cc363 reinterpret_cast<TfLiteLeakyReluParams*>(node->builtin_data); in LeakyReluPrepare()
1374 reinterpret_cast<TfLiteLeakyReluParams*>(node->builtin_data); in LeakyReluEval()
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dxnnpack_delegate.cc903 const TfLiteLeakyReluParams* leaky_relu_params = in VisitNode()
904 static_cast<const TfLiteLeakyReluParams*>(node->builtin_data); in VisitNode()
1772 const TfLiteLeakyReluParams* leaky_relu_params, in VisitLeakyReluNode()
/external/tensorflow/tensorflow/lite/core/api/
Dflatbuffer_conversions.cc1387 auto params = safe_allocator.Allocate<TfLiteLeakyReluParams>(); in ParseLeakyRelu()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc1478 const TfLiteLeakyReluParams* tf_options; in Parse()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc3426 auto builtin = reinterpret_cast<TfLiteLeakyReluParams*>( in Map()