Searched defs:width_end (Results 1 – 9 of 9) sorted by relevance
33 …int width_end = overlapping ? col_pooling_sequence[posw + 1] : (col_pooling_sequence[posw + 1] - 1… in Fractionalmaxpool() local69 …int width_end = overlapping ? col_pooling_sequence[posw + 1] : (col_pooling_sequence[posw + 1] - 1… in Fractionalavgpool() local
44 …int64_t width_end = overlapping ? col_pooling_sequence[posw + 1] : col_pooling_sequence[posw + 1] … in Fractionalmaxpoolgrad() local82 …int64_t width_end = overlapping ? col_pooling_sequence[posw + 1] : col_pooling_sequence[posw + 1] … in Fractionalavgpoolgrad() local
134 …int64_t width_end = overlapping ? *(width_seq_tensor_data + ws + 1) : *(width_seq_tensor_data + ws… in DoCompute() local178 …int64_t width_end = overlapping ? *(width_seq_tensor_data + ws + 1) : *(width_seq_tensor_data + ws… in DoCompute() local
211 int64_t width_end = overlapping ? width_cum_seq[ws + 1] : width_cum_seq[ws + 1] - 1; in DoCompute() local247 int64_t width_end = overlapping ? width_cum_seq[ws + 1] : width_cum_seq[ws + 1] - 1; in DoCompute() local
214 int64_t width_end = overlapping ? width_cum_seq[ws + 1] : width_cum_seq[ws + 1] - 1; in DoCompute() local254 int64_t width_end = overlapping ? width_cum_seq[ws + 1] : width_cum_seq[ws + 1] - 1; in DoCompute() local
62 … int height_end, width_end, height_radius, width_radius, output_height, output_width, kernel_area; in ff_dnn_execute_layer_avg_pool() local
158 int64_t width_end = overlapping_ ? *(col_seq + ws + 1) : *(col_seq + ws + 1) - 1; in FractionalAvgPoolGradCompute() local
255 int64_t width_end = overlapping_ ? width_cum_seq[ws + 1] : width_cum_seq[ws + 1] - 1; in FractionalMaxPoolDoCompute() local
243 int64_t width_end = overlapping_ ? width_cum_seq[ws + 1] : width_cum_seq[ws + 1] - 1; in FractionalAvgPoolDoCompute() local