ONE - On-device Neural Engine
|
#include "PALMulCommon.h"
#include "arm_nnfunctions.h"
Go to the source code of this file.
Namespaces | |
namespace | luci_interpreter_pal |
Functions | |
template<> | |
void | luci_interpreter_pal::Mul< int8_t > (const ArithmeticParams ¶ms, const int flat_size, const int8_t *input1_data, const int8_t *input2_data, int8_t *output_data) |
template<> | |
void | luci_interpreter_pal::Mul< int16_t > (const ArithmeticParams ¶ms, const int flat_size, const int16_t *input1_data, const int16_t *input2_data, int16_t *output_data) |