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

Go to the source code of this file.

Namespaces

namespace  luci_interpreter_pal
 

Functions

template<typename T >
void luci_interpreter_pal::Mul (const ArithmeticParams &params, const int flat_size, const T *input1_data, const T *input2_data, T *output_data)
 
template<typename T >
void luci_interpreter_pal::MulScalar (const ArithmeticParams &params, const int flat_size, const T *input_data, const T scalar_value, T *output_data)
 
template<typename T >
void luci_interpreter_pal::BroadcastMul4DSlow (const ArithmeticParams &params, const luci_interpreter::RuntimeShape &input1_shape, const T *input1_data, const luci_interpreter::RuntimeShape &input2_shape, const T *input2_data, const luci_interpreter::RuntimeShape &output_shape, T *output_data)