|
ONE - On-device Neural Engine
|
#include "core/OMRuntimeShape.h"#include "core/OMKernelData.h"#include "execute/OMRuntimeKernel.h"#include "OMStatus.h"#include "PALSISOOperation.h"#include "PALUtils.h"#include <cmath>Go to the source code of this file.
Namespaces | |
| namespace | onert_micro |
| namespace | onert_micro::execute |
| namespace | onert_micro::execute::pal |
Functions | |
| template<typename T > | |
| OMStatus | onert_micro::execute::pal::Split (const core::SplitParams ¶ms, const core::OMRuntimeShape &input_shape, const T *input_data, const core::OMRuntimeShape &output_shape, int32_t axis_value) |