Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/multibox_detector/
Dmain.cc211 float* decoded_location) { in DecodeLocation() argument
224 decoded_location[i] = currentLocation; in DecodeLocation()
302 float decoded_location[4]; in PrintTopDetections() local
304 &locations[label_index * 8], decoded_location); in PrintTopDetections()
306 float left = decoded_location[0] * image_width; in PrintTopDetections()
307 float top = decoded_location[1] * image_height; in PrintTopDetections()
308 float right = decoded_location[2] * image_width; in PrintTopDetections()
309 float bottom = decoded_location[3] * image_height; in PrintTopDetections()
/external/image_io/src/extras/
Dbase64_decoder_data_destination.cc174 size_t decoded_location = next_decoded_location_; in Transfer() local
176 DataRange decoded_range(decoded_location, next_decoded_location_); in Transfer()