Home
last modified time | relevance | path

Searched refs:SoftmaxParams (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/
Dsoftmax_common.cc34 SoftmaxParams* op_data) { in CalculateSoftmaxParams()
93 return context->AllocatePersistentBuffer(context, sizeof(SoftmaxParams)); in SoftmaxInit()
106 SoftmaxParams* op_data = static_cast<SoftmaxParams*>(node->user_data); in SoftmaxPrepare()
Dsoftmax.cc32 const SoftmaxParams& op_data) { in SoftmaxQuantized()
67 SoftmaxParams op_data = *static_cast<SoftmaxParams*>(node->user_data); in SoftmaxEval()
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Dsoftmax.cc38 SoftmaxParams params;
279 SoftmaxParams op_data = *static_cast<SoftmaxParams*>(node->user_data); in Eval()
293 SoftmaxParams op_data = *static_cast<SoftmaxParams*>(node->user_data); in Eval()
301 SoftmaxParams op_data = *static_cast<SoftmaxParams*>(node->user_data); in Eval()
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/
Dsoftmax.cc32 const SoftmaxParams& op_data) { in SoftmaxQuantized()
74 const SoftmaxParams data = in SoftmaxEval()
75 *static_cast<const SoftmaxParams*>(node->user_data); in SoftmaxEval()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dsoftmax.h30 inline void Softmax(const SoftmaxParams& params, in Softmax()
67 inline void Softmax(const SoftmaxParams& params, in Softmax()
148 inline int16_t SoftMaxCalculateExp(const SoftmaxParams& params, in SoftMaxCalculateExp()
165 inline void SoftmaxInt16(const SoftmaxParams& params, in SoftmaxInt16()
Dlegacy_reference_ops.h751 SoftmaxParams params; in Softmax()
760 SoftmaxParams params; in Softmax()
769 SoftmaxParams params; in LogSoftmax()
779 SoftmaxParams params; in LogSoftmax()
Dreference_ops.h905 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax()
937 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax()
/external/tensorflow/tensorflow/lite/kernels/
Dsoftmax_test.cc97 SoftmaxParams params; in TEST()
126 SoftmaxParams params; in TEST()
Dlog_softmax_test.cc94 SoftmaxParams params; in TEST()
Dactivations.cc72 struct SoftmaxParams params = {};
90 struct SoftmaxParams params = {};
1052 SoftmaxParams op_params; in SoftmaxFloat()
1190 SoftmaxParams op_params; in LogSoftmaxEval()
1203 SoftmaxParams op_params = data->params; in LogSoftmaxEval()
1218 SoftmaxParams op_params = data->params; in LogSoftmaxEval()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dlogsoftmax_quantized_test.cc53 SoftmaxParams sm_params; in RunLogSoftmaxFloatReference()
87 SoftmaxParams sm_params; in RunLogSoftmaxFloatReference()
173 SoftmaxParams params; in RunOneLogSoftmaxTest()
Dsoftmax_quantized_test.cc51 SoftmaxParams sm_params; in RunSoftmaxFloatReference()
128 SoftmaxParams params; in RunOneSoftmaxTest()
Dtypes.h1078 struct SoftmaxParams { struct
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h3647 inline void SoftmaxImpl(const SoftmaxParams& params, in SoftmaxImpl()
3673 SoftmaxWorkerTask(const SoftmaxParams& params, in SoftmaxWorkerTask()
3690 const tflite::SoftmaxParams& params;
3699 inline void Softmax(const SoftmaxParams& params,
3753 inline void PopulateSoftmaxLookupTable(SoftmaxParams* data, float input_scale, in PopulateSoftmaxLookupTable()
3763 inline void Softmax(const SoftmaxParams& params, in Softmax()
3837 inline void PopulateSoftmaxUInt8LookupTable(SoftmaxParams* data, in PopulateSoftmaxUInt8LookupTable()
3904 inline void SoftmaxInt8LUT(const SoftmaxParams& params, in SoftmaxInt8LUT()
4068 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax()
4091 inline void LogSoftmax(const SoftmaxParams& params, in LogSoftmax()
[all …]
Dlegacy_optimized_ops.h3990 inline void Softmax(const SoftmaxParams& params, in Softmax()
4195 SoftmaxParams params; in Softmax()
4211 SoftmaxParams params; in Softmax()
4228 SoftmaxParams params; in LogSoftmax()
4244 SoftmaxParams params; in LogSoftmax()
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/
Dtypes.h1177 struct SoftmaxParams {