Searched refs:dilated_kwidth (Results 1 – 1 of 1) sorted by relevance
53 int dilated_kwidth = dilation_width_factor * (kwidth - 1) + 1; in ComputeConvSizes() local61 output_width = (input_width + stride_width - dilated_kwidth) / stride_width; in ComputeConvSizes()74 ((output_width - 1) * stride_width + dilated_kwidth - input_width) / 2); in ComputeConvSizes()