ONE - On-device Neural Engine
|
#include "PALSoftmaxCommon.h"
Go to the source code of this file.
Namespaces | |
namespace | luci_interpreter_pal |
Functions | |
void | luci_interpreter_pal::Softmax (const SoftmaxParams ¶ms, const int8_t *input_data, int8_t *output_data) |
void | luci_interpreter_pal::Softmax (const SoftmaxParams ¶ms, const int8_t *input_data, int16_t *output_data) |
void | luci_interpreter_pal::Softmax (const SoftmaxParams ¶ms, const int16_t *input_data, int16_t *output_data) |