Home
last modified time | relevance | path

Searched refs:idxCols (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Deigen_pooling.h84 static const int idxCols = isColMajor ? 2 : 1; variable
99 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() local
215 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 …]
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c146330 Bitmask idxCols; /* Bitmap of columns used for indexing */
146351 idxCols = 0;
146375 if( (idxCols & cMask)==0 ){
146380 idxCols |= cMask;
146397 extraCols = pSrc->colUsed & (~idxCols | MASKBIT(BMS-1));
146415 idxCols = 0;
146422 if( (idxCols & cMask)==0 ){
146424 idxCols |= cMask;
/external/sqlite/dist/orig/
Dsqlite3.c145666 Bitmask idxCols; /* Bitmap of columns used for indexing */
145687 idxCols = 0;
145711 if( (idxCols & cMask)==0 ){
145716 idxCols |= cMask;
145733 extraCols = pSrc->colUsed & (~idxCols | MASKBIT(BMS-1));
145751 idxCols = 0;
145758 if( (idxCols & cMask)==0 ){
145760 idxCols |= cMask;
/external/sqlite/dist/
Dsqlite3.c145682 Bitmask idxCols; /* Bitmap of columns used for indexing */
145703 idxCols = 0;
145727 if( (idxCols & cMask)==0 ){
145732 idxCols |= cMask;
145749 extraCols = pSrc->colUsed & (~idxCols | MASKBIT(BMS-1));
145767 idxCols = 0;
145774 if( (idxCols & cMask)==0 ){
145776 idxCols |= cMask;