Home
last modified time | relevance | path

Searched refs:PointerArgType (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
DMap.h97 typedef PointerType PointerArgType;
99 inline PointerType cast_to_pointer_type(PointerArgType ptr) { return ptr; }
122 explicit inline Map(PointerArgType dataPtr, const StrideType& stride = StrideType())
135 inline Map(PointerArgType dataPtr, Index size, const StrideType& stride = StrideType())
149 …inline Map(PointerArgType dataPtr, Index rows, Index cols, const StrideType& stride = StrideType())
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorMap.h45 typedef PointerType PointerArgType; typedef
60 EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr) : m_data(dataPtr), m_dimensions() { in TensorMap()
67 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index firstDimension, IndexTypes... otherDim… in TensorMap()
73 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index firstDimension) : m_data(dataPtr), m_d… in TensorMap()
78 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2) : m_data(dataPtr), m… in TensorMap()
82 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2, Index dim3) : m_data… in TensorMap()
86 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2, Index dim3, Index di… in TensorMap()
90 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2, Index dim3, Index di… in TensorMap()
95 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, const array<Index, NumIndi… in TensorMap()
100 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, const Dimensions& dimensio… in TensorMap()
DTensorRef.h131 typedef PointerType PointerArgType; typedef