#include <TensorStorage.h>
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T * | data () |
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE T * | data () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE DenseIndex | size () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorStorage () |
Static Public Member Functions | |
static EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE FixedDimensions & | dimensions () |
Private Attributes | |
EIGEN_ALIGN_MAX T | m_data [MinSize] |
Static Private Attributes | |
static const std::size_t | MinSize = max_n_1<Size>::size |
static const std::size_t | Size = FixedDimensions::total_size |
Definition at line 34 of file TensorStorage.h.
|
inline |
Definition at line 50 of file TensorStorage.h.
|
inline |
Definition at line 54 of file TensorStorage.h.
|
inline |
Definition at line 56 of file TensorStorage.h.
|
inlinestatic |
Definition at line 59 of file TensorStorage.h.
|
inline |
Definition at line 66 of file TensorStorage.h.
|
private |
Definition at line 46 of file TensorStorage.h.
|
staticprivate |
Definition at line 45 of file TensorStorage.h.
|
staticprivate |
Definition at line 42 of file TensorStorage.h.