|
ONE - On-device Neural Engine
|
#include "OMLog.h"#include "OMStatus.h"#include "core/reader/OMCircleReader.h"#include "core/OMRuntimeShape.h"#include <cassert>#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | onert_micro |
| namespace | onert_micro::core |
| namespace | onert_micro::core::utils |
Functions | |
| OMStatus | onert_micro::core::utils::checkCondition (bool cond) |
| template<typename T > | |
| const T * | onert_micro::core::utils::castInputData (uint8_t *tensor_data) |
| template<typename T > | |
| T * | onert_micro::core::utils::castOutputData (uint8_t *tensor_data) |