ONE - On-device Neural Engine
|
#include "OMStatus.h"
#include "core/OMRuntimeShape.h"
#include "PALUtils.h"
#include "ProcessBroadcastShapes.h"
#include <cmath>
Go to the source code of this file.
Data Structures | |
struct | onert_micro::execute::pal::FloorDivFn< T, > |
struct | onert_micro::execute::pal::FloorModFn< T, > |
struct | onert_micro::execute::pal::MaximumFn< T > |
struct | onert_micro::execute::pal::MinimumFn< T > |
Namespaces | |
namespace | onert_micro |
namespace | onert_micro::execute |
namespace | onert_micro::execute::pal |
Functions | |
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) |