ONE - On-device Neural Engine
|
Go to the source code of this file.
Namespaces | |
namespace | nnfw |
namespace | nnfw::cker |
Functions | |
void | nnfw::cker::L2NormalizeFloat32 (const Shape &input_shape, const float *input_data, const Shape &output_shape, float *output_data) |
void | nnfw::cker::L2NormalizeQuant8 (L2NormParams ¶ms, const Shape &input_shape, const uint8_t *input_data, const Shape &output_shape, uint8_t *output_data) |