Home
last modified time | relevance | path

Searched defs:otherDimensions (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensor.h341 … EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index firstDimension, IndexTypes... otherDimensions) in Tensor()
423 void resize(Index firstDimension, IndexTypes... otherDimensions) in resize()
DTensorMap.h67 …ndexTypes... otherDimensions) : m_data(dataPtr), m_dimensions(firstDimension, otherDimensions...) { in TensorMap()