Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_backward_spatial_convolutions.h140 const TensorIndex kernelColsEff = variable
154 0, ((outputCols - 1) * col_stride + kernelColsEff - inputCols) / 2);
156 const TensorIndex padding_left = kernelColsEff - 1 - forward_pad_left;
161 2 - padding_left + kernelColsEff;
405 const TensorIndex kernelColsEff = variable
412 0, (outputCols - 1) * col_stride + kernelColsEff - inputCols);
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.h1395 const Index kernelColsEff =
1412 out_width = numext::ceil((InputCols - kernelColsEff + 1.f) /
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Deigen_spatial_convolutions.h134 const DenseIndex kernelColsEff = variable
151 out_width = numext::ceil((InputCols - kernelColsEff + 1.f) /
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Deigen_spatial_convolutions.h131 const DenseIndex kernelColsEff = variable
148 out_width = numext::ceil((InputCols - kernelColsEff + 1.f) /