Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage_data.h50 spatial_x_computed_[i] = false; in ResetComputationCache()
164 if (!spatial_x_computed_[level]) { in GetSpatialX()
170 spatial_x_computed_[level] = true; in GetSpatialX()
245 mutable bool spatial_x_computed_[kNumPyramidLevels]; variable