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 | |
void | onert_micro::execute::pal::FloorMod (const int flat_size, const float *input1_data, const float *input2_data, float *output_data) |
void | onert_micro::execute::pal::BroadcastFloorMod4DSlow (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) |