Go to the source code of this file.
|
template<typename T , typename Fn > |
void | luci_interpreter_pal::ArithmeticOp (const ArithmeticParams ¶ms, const int flat_size, const T *input1_data, const T *input2_data, T *output_data) |
|
template<typename T , typename Fn > |
void | luci_interpreter_pal::ArithmeticOpScalar (const ArithmeticParams ¶ms, const int flat_size, const T *input_data, const T scalar_value, T *output_data) |
|
template<typename T , typename Fn > |
void | luci_interpreter_pal::BroadcastArithmeticOp4DSlow (const ArithmeticParams ¶ms, 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) |
|