Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc53 int dilated_kwidth = dilation_width_factor * (kwidth - 1) + 1; in ComputeConvSizes() local
61 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()