Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage_data.h199 inline const Image<uint8_t>* GetU() const { in GetU() function
Dkeypoint_detector.cc42 const Image<uint8_t>& u_data = *image_data.GetU(); in ScoreKeypoints()