Home
last modified time | relevance | path

Searched refs:TensorStorage (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorStorage.h34 template<typename T, typename Dimensions, int Options_> class TensorStorage; variable
39 class TensorStorage<T, FixedDimensions, Options_>
52 EIGEN_STRONG_INLINE TensorStorage() { in TensorStorage() function
70 class TensorStorage<T, DSizes<IndexType, NumIndices_>, Options_>
75 typedef TensorStorage<T, DSizes<IndexType, NumIndices_>, Options_> Self;
77 EIGEN_DEVICE_FUNC TensorStorage() : m_data(0), m_dimensions() { in TensorStorage() function
82 EIGEN_DEVICE_FUNC TensorStorage(internal::constructor_without_unaligned_array_assert) in TensorStorage() function
84 EIGEN_DEVICE_FUNC TensorStorage(Index size, const array<Index, NumIndices_>& dimensions) in TensorStorage() function
90 EIGEN_DEVICE_FUNC TensorStorage(DenseIndex... indices) : m_dimensions(indices...) { in TensorStorage() function
95 EIGEN_DEVICE_FUNC TensorStorage(const Self& other) in TensorStorage() function
[all …]
DTensorFixedSize.h52 TensorStorage<Scalar, Dimensions, Options> m_storage;
DTensor.h87 TensorStorage<Scalar, Dimensions, Options> m_storage;
/external/eigen/unsupported/Eigen/CXX11/
DTensor142 #include "src/Tensor/TensorStorage.h"