#include <TensorContractionMapper.h>
Public Types | |
enum | { DirectOffsets = false } |
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Tensor::Scalar | coeff (typename Tensor::Index index) const |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE | CoeffLoader (const Tensor &tensor) |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void | offsetBuffer (typename Tensor::Index) |
template<int LoadMode> | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor::PacketReturnType | packet (typename Tensor::Index index) const |
Private Attributes | |
const Tensor | m_tensor |
Definition at line 26 of file TensorContractionMapper.h.
anonymous enum |
Enumerator | |
---|---|
DirectOffsets |
Definition at line 27 of file TensorContractionMapper.h.
|
inline |
Definition at line 31 of file TensorContractionMapper.h.
|
inline |
Definition at line 37 of file TensorContractionMapper.h.
|
inline |
Definition at line 33 of file TensorContractionMapper.h.
|
inline |
Definition at line 40 of file TensorContractionMapper.h.
|
private |
Definition at line 47 of file TensorContractionMapper.h.