HomeSort by relevance Sort by last modified time
    Searched full:decoded_location (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/examples/multibox_detector/
main.cc 209 float* decoded_location) {
222 decoded_location[i] = currentLocation;
298 float decoded_location[4]; local
300 &locations[label_index * 8], decoded_location);
302 float left = decoded_location[0] * image_width;
303 float top = decoded_location[1] * image_height;
304 float right = decoded_location[2] * image_width;
305 float bottom = decoded_location[3] * image_height;

Completed in 610 milliseconds