Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dframe_pair.cc116 const float squared_half_height = Square(box.GetHeight() / 2.0f); in FillWeights() local
120 MIN(squared_half_height / sq_y_dist, squared_half_width / sq_x_dist); in FillWeights()