ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Dequantize.h File Reference
#include "cker/Shape.h"
#include "cker/Types.h"
#include "cker/neon/neon_check.h"

Go to the source code of this file.

Namespaces

namespace  nnfw
 
namespace  nnfw::cker
 

Functions

void nnfw::cker::Dequantize (const Shape &input_shape, const uint8_t *input_data, const Shape &output_shape, float *output_data, const float scale, const int32_t zero_point)
 
void nnfw::cker::Dequantize (const Shape &input_shape, const int8_t *input_data, const Shape &output_shape, float *output_data, const float scale, const int32_t zero_point)
 
void nnfw::cker::Dequantize (const Shape &input_shape, const int16_t *input_data, const Shape &output_shape, float *output_data, const float scale, const int32_t zero_point)