Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage_data.h47 uv_data_computed_ = false; in ResetComputationCache()
114 uv_data_computed_ = true; in SetData()
200 SCHECK(uv_data_computed_, "UV data not provided!"); in GetU()
205 SCHECK(uv_data_computed_, "UV data not provided!"); in GetV()
241 bool uv_data_computed_; variable