Searched refs:idxCols (Results 1 – 3 of 3) sorted by relevance
84 static const int idxCols = isColMajor ? 2 : 1; variable99 post_reduce_dims[idxCols] = Eigen::divup(100 static_cast<DenseIndex>(in.dimension(idxCols)) - patchColsEff + 1,105 post_reduce_dims[idxCols] = Eigen::divup(106 static_cast<DenseIndex>(in.dimension(idxCols)), strideCols);196 static const int idxCols = isColMajor ? 3 : 1; in CuboidMaxPooling() local215 post_reduce_dims[idxCols] = Eigen::divup( in CuboidMaxPooling()216 static_cast<DenseIndex>(in.dimension(idxCols)) - patchCols + 1, in CuboidMaxPooling()223 post_reduce_dims[idxCols] = Eigen::divup( in CuboidMaxPooling()224 static_cast<DenseIndex>(in.dimension(idxCols)), strideCols); in CuboidMaxPooling()[all …]
133581 Bitmask idxCols; /* Bitmap of columns used for indexing */133602 idxCols = 0;133626 if( (idxCols & cMask)==0 ){133631 idxCols |= cMask;133648 extraCols = pSrc->colUsed & (~idxCols | MASKBIT(BMS-1));133666 idxCols = 0;133673 if( (idxCols & cMask)==0 ){133675 idxCols |= cMask;
133597 Bitmask idxCols; /* Bitmap of columns used for indexing */133618 idxCols = 0;133642 if( (idxCols & cMask)==0 ){133647 idxCols |= cMask;133664 extraCols = pSrc->colUsed & (~idxCols | MASKBIT(BMS-1));133682 idxCols = 0;133689 if( (idxCols & cMask)==0 ){133691 idxCols |= cMask;