#include "Params.h"
#include "PALUtils.h"
Go to the source code of this file.
|
void | luci_interpreter_pal::Logistic (const int flat_size, const float *input_data, float *output_data) |
|
void | luci_interpreter_pal::Logistic (const int flat_size, const int8_t *input_data, float input_scale, int input_zero_point, int8_t *output_data, float output_scale, int output_zero_point) |
|
void | luci_interpreter_pal::Logistic (int32_t input_multiplier, int32_t input_left_shift, int32_t input_size, const int16_t *ptr_input_data, int16_t *ptr_output_data) |
|