Go to the source code of this file.
|
template<typename T > |
void | luci_interpreter_pal::Mul (const ArithmeticParams ¶ms, 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 ¶ms, 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 ¶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) |
|