Searched refs:TensorStorage (Results 1 – 4 of 4) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorStorage.h | 34 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 …]
|
D | TensorFixedSize.h | 52 TensorStorage<Scalar, Dimensions, Options> m_storage;
|
D | Tensor.h | 87 TensorStorage<Scalar, Dimensions, Options> m_storage;
|
/external/eigen/unsupported/Eigen/CXX11/ |
D | Tensor | 142 #include "src/Tensor/TensorStorage.h"
|