Searched refs:kernelColsEff (Results 1 – 4 of 4) sorted by relevance
141 const TensorIndex kernelColsEff = variable155 0, ((outputCols - 1) * col_stride + kernelColsEff - inputCols) / 2);157 const TensorIndex padding_left = kernelColsEff - 1 - forward_pad_left;162 2 - padding_left + kernelColsEff;457 const TensorIndex kernelColsEff = variable470 0, (outputCols - 1) * col_stride + kernelColsEff - inputCols);480 const TensorIndex padded_out_cols = inputCols + kernelColsEff - 1;483 const TensorIndex left_pad_cols = kernelColsEff - 1 - padding_left;
140 const TensorIndex kernelColsEff = kernelCols; variable149 0, ((outputCols - 1) * col_stride + kernelColsEff - inputCols) / 2);153 const TensorIndex padding_left = kernelColsEff - 1 - forward_pad_left;161 2 - padding_left + kernelColsEff;454 const TensorIndex kernelColsEff = kernelCols; variable462 0, (outputCols - 1) * strideCols + kernelColsEff - inputCols);
1638 const Index kernelColsEff =1658 out_width = divup(InputColsEff - kernelColsEff + 1, col_stride);
131 const DenseIndex kernelColsEff = variable148 out_width = numext::ceil((InputCols - kernelColsEff + 1.f) /