Loading...
Searching...
No Matches
Go to the source code of this file.
|
template<typename T , typename Fn > |
void | luci_interpreter_pal::BinaryOp (const int flat_size, const T *input1_data, const T *input2_data, T *output_data) |
|
template<typename T , typename Fn > |
void | luci_interpreter_pal::BroadcastBinaryOp4DSlow (const luci_interpreter::RuntimeShape &input1_shape, const float *input1_data, const luci_interpreter::RuntimeShape &input2_shape, const float *input2_data, const luci_interpreter::RuntimeShape &output_shape, float *output_data) |
|