Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage-inl.h80 const int patchwidth, in ExtractPatchAtSubpixelFixed1616() argument
88 (trunc_x + patchwidth) >= width_less_one_ || in ExtractPatchAtSubpixelFixed1616()
94 for (int y = 0; y < patchheight; ++y, to_data += patchwidth) { in ExtractPatchAtSubpixelFixed1616()
95 for (int x = 0; x < patchwidth; ++x) { in ExtractPatchAtSubpixelFixed1616()
Dimage.h120 const int patchwidth,