|
ONE - On-device Neural Engine
|
#include <functional>#include <stdexcept>#include <string>Go to the source code of this file.
Data Structures | |
| struct | std::hash< onert::ir::Layout > |
Namespaces | |
| namespace | onert |
| namespace | onert::ir |
| namespace | std |
Enumerations | |
| enum class | onert::ir::Layout { onert::ir::UNKNOWN = 0 , onert::ir::NHWC , onert::ir::NCHW } |
| enum class | onert::ir::PermuteType { onert::ir::NHWC_TO_NCHW , onert::ir::NCHW_TO_NHWC , onert::ir::SAME } |
Functions | |
| std::string | onert::ir::to_string (Layout layout) |