Searched refs:selected_boxes (Results 1 – 6 of 6) sorted by relevance
60 selected_boxes = tf.gather(boxes, selected_indices)
56 selected_boxes = tf.gather(boxes, selected_indices)
54 selected_boxes = tf.gather(boxes, selected_indices)
62 selected_boxes = tf.gather(boxes, selected_indices)
76 selected_boxes = tf.gather(boxes, selected_indices)
314 std::vector<float> selected_boxes; in BatchedNonMaxSuppressionOp() local