Home
last modified time | relevance | path

Searched defs:Point2f (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dgeom.h34 Point2f() : x(0.0f), y(0.0f) {} in Point2f() function
35 Point2f(const float x, const float y) : x(x), y(y) {} in Point2f() function