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

  /external/tensorflow/tensorflow/core/kernels/
eigen_spatial_convolutions.h 666 const Index packet_cols4 = (cols / 4) * 4;
670 for (Index j2 = 0; j2 < packet_cols4; j2 += 4) {
    [all...]
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixMatrix.h 93 Index packet_cols4 = nr>=4 ? (cols/4) * 4 : 0; local
171 for(Index j2=end8; j2<(std::min)(k2+rows,packet_cols4); j2+=4)
232 for(Index j2=(std::max)(packet_cols8,k2+rows); j2<packet_cols4; j2+=4)
246 for(Index j2=packet_cols4; j2<cols; ++j2)
GeneralBlockPanelKernel.h 903 Index packet_cols4 = nr>=4 ? (cols/4) * 4 : 0; local
1909 Index packet_cols4 = nr>=4 ? (cols\/4) * 4 : 0; local
2033 Index packet_cols4 = nr>=4 ? (cols\/4) * 4 : 0; local
    [all...]

Completed in 177 milliseconds