|
ONE - On-device Neural Engine
|
#include "PALAddNCommon.h"Go to the source code of this file.
Namespaces | |
| namespace | onert_micro |
| namespace | onert_micro::execute |
| namespace | onert_micro::execute::pal |
Functions | |
| template<> | |
| OMStatus | onert_micro::execute::pal::AddN< int8_t > (const size_t flat_size, const size_t num_inputs, const int8_t *const *input_data, int8_t *output_data) |
| template<> | |
| OMStatus | onert_micro::execute::pal::AddN< int16_t > (const size_t flat_size, const size_t num_inputs, const int16_t *const *input_data, int16_t *output_data) |