|
ONE - On-device Neural Engine
|
#include <Tensor.h>
Public Types | |
| typedef Eigen::TensorMap< Eigen::Tensor< T, NDIMS, Eigen::RowMajor, IndexType >, Eigen::Aligned > | Tensor |
| typedef Eigen::TensorMap< Eigen::Tensor< const T, NDIMS, Eigen::RowMajor, IndexType >, Eigen::Aligned > | ConstTensor |
| typedef Eigen::TensorMap< Eigen::Tensor< T, NDIMS, Eigen::RowMajor, IndexType > > | UnalignedTensor |
| typedef Eigen::TensorMap< Eigen::Tensor< const T, NDIMS, Eigen::RowMajor, IndexType > > | UnalignedConstTensor |
| typedef Eigen::TensorMap< Eigen::Tensor< T, NDIMS, Eigen::RowMajor, int >, Eigen::Aligned > | Tensor32Bit |
| typedef Eigen::TensorMap< Eigen::TensorFixedSize< T, Eigen::Sizes<>, Eigen::RowMajor, IndexType >, Eigen::Aligned > | Scalar |
| typedef Eigen::TensorMap< Eigen::TensorFixedSize< const T, Eigen::Sizes<>, Eigen::RowMajor, IndexType >, Eigen::Aligned > | ConstScalar |
| typedef Eigen::TensorMap< Eigen::TensorFixedSize< T, Eigen::Sizes<>, Eigen::RowMajor, IndexType > > | UnalignedScalar |
| typedef Eigen::TensorMap< Eigen::TensorFixedSize< const T, Eigen::Sizes<>, Eigen::RowMajor, IndexType > > | UnalignedConstScalar |
| typedef Eigen::TensorMap< Eigen::Tensor< T, 1, Eigen::RowMajor, IndexType >, Eigen::Aligned > | Flat |
| typedef Eigen::TensorMap< Eigen::Tensor< const T, 1, Eigen::RowMajor, IndexType >, Eigen::Aligned > | ConstFlat |
| typedef Eigen::TensorMap< Eigen::Tensor< T, 1, Eigen::RowMajor, IndexType >, Eigen::Aligned > | Vec |
| typedef Eigen::TensorMap< Eigen::Tensor< const T, 1, Eigen::RowMajor, IndexType >, Eigen::Aligned > | ConstVec |
| typedef Eigen::TensorMap< Eigen::Tensor< T, 1, Eigen::RowMajor, IndexType > > | UnalignedFlat |
| typedef Eigen::TensorMap< Eigen::Tensor< const T, 1, Eigen::RowMajor, IndexType > > | UnalignedConstFlat |
| typedef Eigen::TensorMap< Eigen::Tensor< T, 1, Eigen::RowMajor, IndexType > > | UnalignedVec |
| typedef Eigen::TensorMap< Eigen::Tensor< const T, 1, Eigen::RowMajor, IndexType > > | UnalignedConstVec |
| typedef Eigen::TensorMap< Eigen::Tensor< T, 2, Eigen::RowMajor, IndexType >, Eigen::Aligned > | Matrix |
| typedef Eigen::TensorMap< Eigen::Tensor< const T, 2, Eigen::RowMajor, IndexType >, Eigen::Aligned > | ConstMatrix |
| typedef Eigen::TensorMap< Eigen::Tensor< T, 2, Eigen::RowMajor, IndexType > > | UnalignedMatrix |
| typedef Eigen::TensorMap< Eigen::Tensor< const T, 2, Eigen::RowMajor, IndexType > > | UnalignedConstMatrix |
| typedef Eigen::TensorMap<Eigen::Tensor<const T, 1, Eigen::RowMajor, IndexType>, Eigen::Aligned> nnfw::cker::TTypes< T, NDIMS, IndexType >::ConstFlat |
| typedef Eigen::TensorMap<Eigen::Tensor<const T, 2, Eigen::RowMajor, IndexType>, Eigen::Aligned> nnfw::cker::TTypes< T, NDIMS, IndexType >::ConstMatrix |
| typedef Eigen::TensorMap< Eigen::TensorFixedSize<const T, Eigen::Sizes<>, Eigen::RowMajor, IndexType>, Eigen::Aligned> nnfw::cker::TTypes< T, NDIMS, IndexType >::ConstScalar |
| typedef Eigen::TensorMap<Eigen::Tensor<const T, NDIMS, Eigen::RowMajor, IndexType>, Eigen::Aligned> nnfw::cker::TTypes< T, NDIMS, IndexType >::ConstTensor |
| typedef Eigen::TensorMap<Eigen::Tensor<const T, 1, Eigen::RowMajor, IndexType>, Eigen::Aligned> nnfw::cker::TTypes< T, NDIMS, IndexType >::ConstVec |
| typedef Eigen::TensorMap<Eigen::Tensor<T, 1, Eigen::RowMajor, IndexType>, Eigen::Aligned> nnfw::cker::TTypes< T, NDIMS, IndexType >::Flat |
| typedef Eigen::TensorMap<Eigen::Tensor<T, 2, Eigen::RowMajor, IndexType>, Eigen::Aligned> nnfw::cker::TTypes< T, NDIMS, IndexType >::Matrix |
| typedef Eigen::TensorMap<Eigen::TensorFixedSize<T, Eigen::Sizes<>, Eigen::RowMajor, IndexType>, Eigen::Aligned> nnfw::cker::TTypes< T, NDIMS, IndexType >::Scalar |
| typedef Eigen::TensorMap<Eigen::Tensor<T, NDIMS, Eigen::RowMajor, IndexType>, Eigen::Aligned> nnfw::cker::TTypes< T, NDIMS, IndexType >::Tensor |
| typedef Eigen::TensorMap<Eigen::Tensor<T, NDIMS, Eigen::RowMajor, int>, Eigen::Aligned> nnfw::cker::TTypes< T, NDIMS, IndexType >::Tensor32Bit |
| typedef Eigen::TensorMap<Eigen::Tensor<const T, 1, Eigen::RowMajor, IndexType> > nnfw::cker::TTypes< T, NDIMS, IndexType >::UnalignedConstFlat |
| typedef Eigen::TensorMap<Eigen::Tensor<const T, 2, Eigen::RowMajor, IndexType> > nnfw::cker::TTypes< T, NDIMS, IndexType >::UnalignedConstMatrix |
| typedef Eigen::TensorMap< Eigen::TensorFixedSize<const T, Eigen::Sizes<>, Eigen::RowMajor, IndexType> > nnfw::cker::TTypes< T, NDIMS, IndexType >::UnalignedConstScalar |
| typedef Eigen::TensorMap<Eigen::Tensor<const T, NDIMS, Eigen::RowMajor, IndexType> > nnfw::cker::TTypes< T, NDIMS, IndexType >::UnalignedConstTensor |
| typedef Eigen::TensorMap<Eigen::Tensor<const T, 1, Eigen::RowMajor, IndexType> > nnfw::cker::TTypes< T, NDIMS, IndexType >::UnalignedConstVec |
| typedef Eigen::TensorMap<Eigen::Tensor<T, 1, Eigen::RowMajor, IndexType> > nnfw::cker::TTypes< T, NDIMS, IndexType >::UnalignedFlat |
| typedef Eigen::TensorMap<Eigen::Tensor<T, 2, Eigen::RowMajor, IndexType> > nnfw::cker::TTypes< T, NDIMS, IndexType >::UnalignedMatrix |
| typedef Eigen::TensorMap<Eigen::TensorFixedSize<T, Eigen::Sizes<>, Eigen::RowMajor, IndexType> > nnfw::cker::TTypes< T, NDIMS, IndexType >::UnalignedScalar |
| typedef Eigen::TensorMap<Eigen::Tensor<T, NDIMS, Eigen::RowMajor, IndexType> > nnfw::cker::TTypes< T, NDIMS, IndexType >::UnalignedTensor |
| typedef Eigen::TensorMap<Eigen::Tensor<T, 1, Eigen::RowMajor, IndexType> > nnfw::cker::TTypes< T, NDIMS, IndexType >::UnalignedVec |
| typedef Eigen::TensorMap<Eigen::Tensor<T, 1, Eigen::RowMajor, IndexType>, Eigen::Aligned> nnfw::cker::TTypes< T, NDIMS, IndexType >::Vec |