Go to the source code of this file.
|
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) |
|