Loading...
Searching...
No Matches
Go to the source code of this file.
|
template<typename T , typename Fn > |
OMStatus | onert_micro::execute::pal::BinaryOp (const int flat_size, const T *input1_data, const T *input2_data, T *output_data) |
|
template<typename T , typename Fn > |
OMStatus | onert_micro::execute::pal::BroadcastBinaryOp4DSlow (const core::OMRuntimeShape &input1_shape, const float *input1_data, const core::OMRuntimeShape &input2_shape, const float *input2_data, const core::OMRuntimeShape &output_shape, float *output_data) |
|