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 > |
Functions | |
template<typename SHAPETYPE > | |
Dims< int32_t > | souschef::as_dims (const SHAPETYPE &shape) |
int32_t | souschef::element_count (const Dims< int32_t > &dims) |