Home
last modified time | relevance | path

Searched refs:TfLiteSoftmaxParams (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dsoftmax_builder.cc39 const TfLiteSoftmaxParams* softmax_params = in PopulateSubGraph()
40 reinterpret_cast<const TfLiteSoftmaxParams*>(builtin_data_); in PopulateSubGraph()
/external/tensorflow/tensorflow/lite/micro/kernels/
Dsoftmax_common.cc33 const TfLiteSoftmaxParams* params, in CalculateSoftmaxParams()
141 auto* params = static_cast<TfLiteSoftmaxParams*>(node->builtin_data); in SoftmaxPrepare()
Dsoftmax_test.cc257 TfLiteSoftmaxParams builtin_data = {1.0f}; in ValidateSoftmaxGoldens()
/external/tensorflow/tensorflow/lite/c/
Dbuiltin_op_data_test.cc41 TfLiteSoftmaxParams softmax_params; in TEST()
Dbuiltin_op_data.h203 } TfLiteSoftmaxParams; typedef
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Dsoftmax.cc119 const TfLiteSoftmaxParams* params, in CalculateSoftmaxOpDataHifimini()
158 auto* params = static_cast<TfLiteSoftmaxParams*>(node->builtin_data); in PrepareHifimini()
/external/tensorflow/tensorflow/lite/kernels/
Dactivations.cc582 auto* params = reinterpret_cast<TfLiteSoftmaxParams*>(node->builtin_data); in SoftmaxPrepare()
1051 TfLiteTensor* output, TfLiteSoftmaxParams* params) { in SoftmaxFloat()
1124 auto* params = reinterpret_cast<TfLiteSoftmaxParams*>(node->builtin_data); in SoftmaxEval()
/external/tensorflow/tensorflow/lite/delegates/coreml/
Dcoreml_delegate.mm141 const auto* softmax_params = reinterpret_cast<const TfLiteSoftmaxParams*>(node->builtin_data);
/external/tensorflow/tensorflow/lite/core/api/
Dflatbuffer_conversions.cc1790 std::unique_ptr<TfLiteSoftmaxParams, in ParseSoftmax()
1792 params = safe_allocator.Allocate<TfLiteSoftmaxParams>(); in ParseSoftmax()
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dxnnpack_delegate.cc981 const TfLiteSoftmaxParams* softmax_params = in VisitNode()
982 static_cast<const TfLiteSoftmaxParams*>(node->builtin_data); in VisitNode()
2713 const TfLiteSoftmaxParams* params, in VisitSoftmaxNode()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc1751 const TfLiteSoftmaxParams* tf_options; in IsSupported()
1768 const TfLiteSoftmaxParams* tf_options; in Parse()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc2849 auto builtin = reinterpret_cast<TfLiteSoftmaxParams*>( in Map()