HomeSort by relevance Sort by last modified time
    Searched defs:std_dev (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
utils.h 341 const float std_dev = ComputeStdDev(values, num_vals, 0.0f); local
342 if (std_dev > 0.0f) {
343 VLOG(2) << "Std dev is " << std_dev;
346 *curr_data /= std_dev;
  /external/tensorflow/tensorflow/examples/multibox_detector/
main.cc 218 const float std_dev = box_priors[i * 2 + 1]; local
220 float currentLocation = curr_encoding * std_dev + mean;

Completed in 136 milliseconds