Searched refs:InputRows (Results 1 – 2 of 2) sorted by relevance
137 const TensorIndex InputRows = variable146 out_height = numext::ceil((InputRows - kernelRowsEff + 1.f) /152 out_height = numext::ceil(InputRows / static_cast<float>(row_stride));
1644 const TensorIndex InputRows =1655 const TensorIndex InputRowsEff = InputRows + padding_top + padding_bottom;1663 out_height = divup(InputRows, row_stride);