Searched refs:bounding_box_transform (Results 1 – 5 of 5) sorted by relevance
40 SimpleTensor<T> bounding_box_transform(const SimpleTensor<T> &boxes, const SimpleTensor<TDeltas> &d… in bounding_box_transform() function101 template SimpleTensor<float> bounding_box_transform(const SimpleTensor<float> &boxes, const SimpleT…102 template SimpleTensor<half> bounding_box_transform(const SimpleTensor<half> &boxes, const SimpleTen…105 SimpleTensor<uint16_t> bounding_box_transform(const SimpleTensor<uint16_t> &boxes, const SimpleTens… in bounding_box_transform() function109 …SimpleTensor<float> pred_boxes_tmp = bounding_box_transform<float, float>(boxes_tmp, deltas_tmp… in bounding_box_transform()
42 SimpleTensor<T> bounding_box_transform(const SimpleTensor<T> &boxes, const SimpleTensor<TDeltas> &d…
203 return reference::bounding_box_transform(boxes, deltas, bbox_info); in compute_reference()
62 __kernel void bounding_box_transform(
1528 __kernel void bounding_box_transform(