Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/
DUtils.cpp386 const int real_weight_width = (kernel_width - 1) * dilation.x() + 1; in calculate_same_pad() local
390 …h = std::max(0, static_cast<int>((out_width - 1) * strides.first + real_weight_width - in_width)); in calculate_same_pad()