#include <TensorBlock.h>
Public Member Functions | |
Dst (const Dimensions &dst_dims, const Dimensions &dst_strides, Scalar *dst, IndexType dst_offset=0) | |
Public Attributes | |
Scalar * | data |
Dimensions | dims |
IndexType | offset |
Dimensions | strides |
Definition at line 1152 of file TensorBlock.h.
|
inline |
Definition at line 1153 of file TensorBlock.h.
Scalar* Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::Dst::data |
Definition at line 1159 of file TensorBlock.h.
Dimensions Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::Dst::dims |
Definition at line 1157 of file TensorBlock.h.
IndexType Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::Dst::offset |
Definition at line 1160 of file TensorBlock.h.
Dimensions Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::Dst::strides |
Definition at line 1158 of file TensorBlock.h.