Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/CPP/functions/
DCPPDetectionOutputLayer.cpp240 …const float decode_bbox_width = (variance_encoded_in_target ? std::exp(bbox[2]) : std::exp(prio… in DecodeBBox() local
243 decode_bbox[0] = (decode_bbox_center_x - decode_bbox_width / 2.f); in DecodeBBox()
245 decode_bbox[2] = (decode_bbox_center_x + decode_bbox_width / 2.f); in DecodeBBox()