HomeSort by relevance Sort by last modified time
    Searched refs:linearizedIndex (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorFixedSize.h 82 return m_storage.data()[linearizedIndex(indices)];
114 return m_storage.data()[linearizedIndex(indices)];
376 EIGEN_STRONG_INLINE Index linearizedIndex(const array<Index, NumIndices>& indices) const
Tensor.h 127 return m_storage.data()[linearizedIndex(indices)];
167 return m_storage.data()[linearizedIndex(indices)];
515 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index linearizedIndex(const array<Index, NumIndices>& indices) const

Completed in 63 milliseconds