ONE - On-device Neural Engine
|
Go to the source code of this file.
Namespaces | |
namespace | onert_micro |
namespace | onert_micro::execute |
namespace | onert_micro::execute::pal |
Functions | |
OMStatus | onert_micro::execute::pal::Minimum (const int flat_size, const float *input1_data, const float *input2_data, float *output_data) |
template<typename T > | |
OMStatus | onert_micro::execute::pal::BroadcastMinimum4DSlow (const core::OMRuntimeShape &input1_shape, const T *input1_data, const core::OMRuntimeShape &input2_shape, const T *input2_data, const core::OMRuntimeShape &output_shape, T *output_data) |