Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/
DUtils.cpp387 const int real_weight_height = (kernel_height - 1) * dilation.y() + 1; in calculate_same_pad() local
391 …= std::max(0, static_cast<int>((out_height - 1) * strides.second + real_weight_height - in_height)… in calculate_same_pad()