|
TR-mbed 1.0
|
#include <TensorBlock.h>
Public Types | |
| typedef DSizes< IndexType, NumDims > | Dimensions |
Public Member Functions | |
| TensorBlockMapper ()=default | |
| TensorBlockMapper (const DSizes< IndexType, NumDims > &dimensions, const TensorBlockResourceRequirements &requirements) | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE IndexType | blockCount () const |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE IndexType | blockTotalSize () const |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const DSizes< IndexType, NumDims > & | blockDimensions () const |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE BlockDescriptor | blockDescriptor (IndexType block_index) const |
| typedef DSizes<IndexType, NumDims> Eigen::internal::TensorBlockMapper< NumDims, Layout, IndexType >::Dimensions |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |