ONE - On-device Neural Engine
Loading...
Searching...
No Matches
PALLogistic.h File Reference
#include "PALUtils.h"
#include <cmath>

Go to the source code of this file.

Namespaces

namespace  onert_micro
 
namespace  onert_micro::execute
 
namespace  onert_micro::execute::pal
 

Functions

OMStatus onert_micro::execute::pal::Logistic (const int flat_size, const float *input_data, float *output_data)
 
OMStatus onert_micro::execute::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)