ONE - On-device Neural Engine
Loading...
Searching...
No Matches
PALAddCommon.h File Reference

Go to the source code of this file.

Namespaces

namespace  onert_micro
 
namespace  onert_micro::execute
 
namespace  onert_micro::execute::pal
 

Functions

int8_t onert_micro::execute::pal::AddFunc (int8_t x, int8_t y, const core::ArithmeticQuantParams &params)
 
template<typename T >
OMStatus onert_micro::execute::pal::Add (const core::BinaryArithmeticBroadcastParams &params, 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 &params, 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 &params, 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)