|
ONE - On-device Neural Engine
|
#include <cstdint>#include <functional>#include <numeric>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | souschef |
| This file provides string <-> number cast helpers. | |
Typedefs | |
| template<typename T > | |
| using | souschef::Dims = std::vector< T > |
| using | souschef::DimsI32_t = Dims< int32_t > |
Functions | |
| template<typename SHAPETYPE > | |
| DimsI32_t | souschef::as_dims (const SHAPETYPE &shape) |
| int32_t | souschef::element_count (const DimsI32_t &dims) |