Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dkeypoint_detector.cc203 const uint8_t* const center_ptr, const int* offsets) { in TestCircle()
480 uint8_t* const center_ptr = (*keypoint_scratch_)[img_y] + img_x; in FindFastKeypoints() local