Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage_data.h52 pyramid_sqrt2_computed_[i * 2] = false; in ResetComputationCache()
53 pyramid_sqrt2_computed_[i * 2 + 1] = false; in ResetComputationCache()
104 pyramid_sqrt2_computed_[0] = true; in SetData()
130 SCHECK(pyramid_sqrt2_computed_[0], "image not set!"); in GetImage()
135 if (!pyramid_sqrt2_computed_[level]) { in GetPyramidSqrt2Level()
158 pyramid_sqrt2_computed_[level] = true; in GetPyramidSqrt2Level()
256 mutable bool pyramid_sqrt2_computed_[kNumPyramidLevels * 2]; variable