Go to the source code of this file.
|
int8_t | onert_micro::execute::pal::AddFunc (int8_t x, int8_t y, const core::ArithmeticQuantParams ¶ms) |
|
template<typename T > |
OMStatus | onert_micro::execute::pal::Add (const core::BinaryArithmeticBroadcastParams ¶ms, const int flat_size, const T *input1_data, const T *input2_data, T *output_data) |
|
template<typename T > |
OMStatus | onert_micro::execute::pal::BroadcastAdd4DSlow (const core::BinaryArithmeticBroadcastParams ¶ms, const core::OMRuntimeShape &input1_shape, const T *input1_data, const core::OMRuntimeShape &input2_shape, const T *input2_data, const core::OMRuntimeShape &output_shape, T *output_data) |
|
OMStatus | onert_micro::execute::pal::BroadcastAdd4DSlow (const core::ArithmeticQuantParams ¶ms, const core::OMRuntimeShape &input1_shape, const int8_t *input1_data, const core::OMRuntimeShape &input2_shape, const int8_t *input2_data, const core::OMRuntimeShape &output_shape, int8_t *output_data) |
|