Home
last modified time | relevance | path

Searched refs:InputRows (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Deigen_spatial_convolutions.h137 const TensorIndex InputRows = variable
146 out_height = numext::ceil((InputRows - kernelRowsEff + 1.f) /
152 out_height = numext::ceil(InputRows / static_cast<float>(row_stride));
/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions-inl.h1644 const TensorIndex InputRows =
1655 const TensorIndex InputRowsEff = InputRows + padding_top + padding_bottom;
1663 out_height = divup(InputRows, row_stride);