Searched refs:patch_index (Results 1 – 4 of 4) sorted by relevance
334 for (int64 patch_index = patch_index_start; patch_index < patch_index_end; in operator ()() local335 ++patch_index) { in operator ()()336 const int64 batch = patch_index / (output_height * output_width); in operator ()()337 const int64 out_y = (patch_index / output_width) % output_height; in operator ()()338 const int64 out_x = patch_index % output_width; in operator ()()343 const int patch_index_within_chunk = patch_index % patches_per_chunk; in operator ()()
300 for (int64 patch_index = patch_index_start; patch_index < patch_index_end; in operator ()() local301 ++patch_index) { in operator ()()302 const int64 batch = patch_index / (output_height * output_width); in operator ()()303 const int64 out_y = (patch_index / output_width) % output_height; in operator ()()304 const int64 out_x = patch_index % output_width; in operator ()()309 const int patch_index_within_chunk = patch_index % patches_per_chunk; in operator ()()
544 const int patch_index = (batch * output_width * output_height) + in operator ()() local546 const int patch_index_within_chunk = patch_index % patches_per_chunk; in operator ()()590 patch_index - (how_many_patches - 1); in operator ()()
229 patch_index = 0230 while ('patch%d' % patch_index) in fields:231 patches.append(fields['patch%d' % patch_index])232 patch_index += 1