|
ONE - On-device Neural Engine
|
#include <cstddef>#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | mir |
Functions | |
| constexpr std::size_t | mir::wrap_index (std::int32_t index, std::size_t limit) noexcept |
Variables | |
| constexpr std::size_t | mir::MAX_DIMENSION_COUNT = 8 |
| maximum number of dimensions what an Index, Shape or Tensor can have | |