Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dsprite.h59 const float float_width = static_cast<float>(actual_width_); in Draw() local
65 float_width, 0.0f, 0.0f, in Draw()
66 float_width, float_height, 0.0f, in Draw()
70 const float max_x = float_width / texture_width_; in Draw()