Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/kernels/
Dsoftmax.cc43 const TfLiteSoftmaxParams* params, in CalculateSoftmaxOpData()
85 TfLiteSoftmaxParams* params) { in Softmax1DFloat()
93 TfLiteSoftmaxParams* params) { in Softmax2DFloat()
101 TfLiteSoftmaxParams* params, OpData* data) { in Softmax1DQuantized()
131 TfLiteSoftmaxParams* params, OpData* data) { in Softmax2DQuantized()
163 TfLiteSoftmaxParams* params) { in Softmax4DFloat()
172 TfLiteSoftmaxParams* params, OpData* data) { in Softmax4DQuantized()
195 auto* params = reinterpret_cast<TfLiteSoftmaxParams*>(node->builtin_data); in SoftmaxEval()
Dsoftmax_test.cc51 TfLiteSoftmaxParams builtin_data = {1.0f}; in TestSoftmaxFloat()
117 TfLiteSoftmaxParams builtin_data = {1.0f}; in TestSoftmaxQuantized()
183 TfLiteSoftmaxParams builtin_data = {1.0f}; in TestSoftmaxQuantizedSigned()
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa-hifimini/
Dsoftmax.cc134 const TfLiteSoftmaxParams* params, in CalculateSoftmaxOpData()
165 TfLiteSoftmaxParams* params, OpData* data) { in Softmax2DQuantized()
192 auto* params = reinterpret_cast<TfLiteSoftmaxParams*>(node->builtin_data); in SoftmaxPrepare()
209 auto* params = reinterpret_cast<TfLiteSoftmaxParams*>(node->builtin_data); in SoftmaxEval()
/external/tensorflow/tensorflow/lite/experimental/delegates/hexagon/builders/
Dsoftmax_builder.cc50 const TfLiteSoftmaxParams* softmax_params = in PopulateSubGraph()
51 reinterpret_cast<const TfLiteSoftmaxParams*>(builtin_data_); in PopulateSubGraph()
/external/tensorflow/tensorflow/lite/c/
Dbuiltin_op_data_test.cc41 TfLiteSoftmaxParams softmax_params; in TEST()
Dbuiltin_op_data.h175 } TfLiteSoftmaxParams; typedef
/external/tensorflow/tensorflow/lite/kernels/
Dactivations.cc546 auto* params = reinterpret_cast<TfLiteSoftmaxParams*>(node->builtin_data); in SoftmaxPrepare()
925 TfLiteTensor* output, TfLiteSoftmaxParams* params) { in SoftmaxFloat()
964 auto* params = reinterpret_cast<TfLiteSoftmaxParams*>(node->builtin_data); in SoftmaxEval()
/external/tensorflow/tensorflow/lite/core/api/
Dflatbuffer_conversions.cc343 auto params = safe_allocator.Allocate<TfLiteSoftmaxParams>(); in ParseOpData()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc1793 TfLiteSoftmaxParams* tf_options = nullptr; in IsSupported()
1811 reinterpret_cast<const TfLiteSoftmaxParams*>(tflite_node->builtin_data); in Parse()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc2374 auto builtin = reinterpret_cast<TfLiteSoftmaxParams*>( in Map()