Searched refs:real_weight_height (Results 1 – 1 of 1) sorted by relevance
387 const int real_weight_height = (kernel_height - 1) * dilation.y() + 1; in calculate_same_pad() local391 …= std::max(0, static_cast<int>((out_height - 1) * strides.second + real_weight_height - in_height)… in calculate_same_pad()