Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage_utils.h201 const int patch_width = patch_image->GetWidth(); in CopyArea() local
204 const float x_dist_between_samples = patch_width > 0 ? in CopyArea()
205 area_to_copy.GetWidth() / (patch_width - 1) : 0; in CopyArea()
214 for (int x_index = 0; x_index < patch_width; ++x_index) { in CopyArea()