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

  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h     [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionMapper.h 395 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void storePacket(Index i, Packet p) const {
397 m_base_mapper.storePacket(i, 0, p);
399 m_base_mapper.storePacket(i + m_vert_offset, m_horiz_offset, p);
  /external/eigen/Eigen/src/Core/util/
BlasUtil.h 182 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void storePacket(Index i, const Packet &p) const {

Completed in 565 milliseconds