Searched refs:box_h (Results 1 – 3 of 3) sorted by relevance
166 … float box_h = sigmoid(deqnt_affine_to_f32(in_ptr[3 * grid_len], zp, scale)) * 2.0; in process() local170 box_h = box_h * box_h * (float)anchor[a * 2 + 1]; in process()172 box_y -= (box_h / 2.0); in process()191 boxes.push_back(box_h); in process()
207 float box_h = sigmoid(deqnt_affine_to_f32(in_ptr[3 * grid_len], zp, scale)) * 2.0; in process() local211 box_h = box_h * box_h * (float)anchor[a * 2 + 1]; in process()213 box_y -= (box_h / 2.0); in process()231 boxes.push_back(box_h); in process()
230 … float box_h = sigmoid(deqnt_affine_to_f32(in_ptr[3 * grid_len], zp, scale)) * 2.0; in process() local234 box_h = box_h * box_h * (float)anchor[a * 2 + 1]; in process()236 box_y -= (box_h / 2.0); in process()253 boxes.push_back(box_h); in process()