ONE - On-device Neural Engine
|
#include <cmath>
#include "OMStatus.h"
#include "core/reader/OMCircleReader.h"
#include "core/OMRuntimeShape.h"
#include "core/OMKernelData.h"
#include "import/OMKernelConfigureBuilder.h"
#include "execute/OMKernelExecutionBuilder.h"
#include "execute/OMRuntimeKernel.h"
Go to the source code of this file.
Namespaces | |
namespace | onert_micro |
namespace | onert_micro::import |
Functions | |
OMStatus | onert_micro::import::SISOHeader (const OMConfigureArgs &execute_args, const circle::Tensor **input, const circle::Tensor **output) |
OMStatus | onert_micro::import::TISOHeader (const OMConfigureArgs &execute_args, const circle::Tensor **input1, const circle::Tensor **input2, const circle::Tensor **output) |