Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_backward_spatial_convolutions.h141 const TensorIndex kernelColsEff = variable
155 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 = variable
470 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;
Deigen_backward_cuboid_convolutions.h140 const TensorIndex kernelColsEff = kernelCols; variable
149 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; variable
462 0, (outputCols - 1) * strideCols + kernelColsEff - inputCols);
Deigen_spatial_convolutions-inl.h1638 const Index kernelColsEff =
1658 out_width = divup(InputColsEff - kernelColsEff + 1, col_stride);
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Deigen_spatial_convolutions.h131 const DenseIndex kernelColsEff = variable
148 out_width = numext::ceil((InputCols - kernelColsEff + 1.f) /