|
enum | { DirectOffsets = CoeffLoader<Tensor, Tensor::RawAccess>::DirectOffsets
} |
|
|
EIGEN_DEVICE_FUNC | SimpleTensorContractionMapper (const Tensor &tensor, const nocontract_t &nocontract_strides, const nocontract_t &ij_strides, const contract_t &contract_strides, const contract_t &k_strides) |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void | offsetBuffer (typename Tensor::Index offset) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | prefetch (Index) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar | operator() (Index row) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar | operator() (Index row, Index col) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index | computeIndex (Index row, Index col) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE IndexPair< Index > | computeIndexPair (Index row, Index col, const Index distance) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Index | firstAligned (Index size) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Index | stride () const |
|
|
CoeffLoader< Tensor, Tensor::RawAccess > | m_tensor |
|
const nocontract_t | m_nocontract_strides |
|
const nocontract_t | m_ij_strides |
|
const contract_t | m_contract_strides |
|
const contract_t | m_k_strides |
|
The documentation for this class was generated from the following file: