ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Tensor.h File Reference

Go to the source code of this file.

Data Structures

struct  nnfw::cker::TTypes< T, NDIMS, IndexType >
 
struct  nnfw::cker::InputTensor< T >
 
struct  nnfw::cker::Tensor
 

Namespaces

namespace  nnfw
 
namespace  nnfw::cker
 

Typedefs

typedef TTypes< float, 1 >::Tensor32Bit::Index nnfw::cker::Index32
 

Functions

template<typename DSizes >
Eigen::DSizes< Index32, DSizes::count > nnfw::cker::To32BitDims (const DSizes &in)
 
template<typename TensorType >
TTypes< typenameTensorType::Scalar, TensorType::NumIndices >::Tensor32Bit nnfw::cker::To32Bit (TensorType in)