Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dkeypoint_detector.cc450 const int scratch_stride = frame.stride(); in FindFastKeypoints() local
487 *(center_ptr - scratch_stride) += 1; in FindFastKeypoints()
488 *(center_ptr + scratch_stride) += 1; in FindFastKeypoints()