Searched refs:box_w (Results 1 – 3 of 3) sorted by relevance
165 … float box_w = sigmoid(deqnt_affine_to_f32(in_ptr[2 * grid_len], zp, scale)) * 2.0; in process() local169 box_w = box_w * box_w * (float)anchor[a * 2]; in process()171 box_x -= (box_w / 2.0); in process()190 boxes.push_back(box_w); in process()
206 float box_w = sigmoid(deqnt_affine_to_f32(in_ptr[2 * grid_len], zp, scale)) * 2.0; in process() local210 box_w = box_w * box_w * (float)anchor[a * 2]; in process()212 box_x -= (box_w / 2.0); in process()230 boxes.push_back(box_w); in process()
229 … float box_w = sigmoid(deqnt_affine_to_f32(in_ptr[2 * grid_len], zp, scale)) * 2.0; in process() local233 box_w = box_w * box_w * (float)anchor[a * 2]; in process()235 box_x -= (box_w / 2.0); in process()252 boxes.push_back(box_w); in process()