Searched refs:patch_index (Results 1 – 6 of 6) sorted by relevance
334 for (int64_t patch_index = patch_index_start; in operator ()() local335 patch_index < patch_index_end; ++patch_index) { in operator ()()336 const int64_t batch = patch_index / (output_height * output_width); in operator ()()337 const int64_t out_y = (patch_index / output_width) % output_height; in operator ()()338 const int64_t out_x = patch_index % output_width; in operator ()()343 const int patch_index_within_chunk = patch_index % patches_per_chunk; in operator ()()
310 for (int64_t patch_index = patch_index_start; in operator ()() local311 patch_index < patch_index_end; ++patch_index) { in operator ()()312 const int64_t batch = patch_index / (output_height * output_width); in operator ()()313 const int64_t out_y = (patch_index / output_width) % output_height; in operator ()()314 const int64_t out_x = patch_index % output_width; in operator ()()319 const int patch_index_within_chunk = patch_index % patches_per_chunk; in operator ()()
545 const int patch_index = (batch * output_width * output_height) + in operator ()() local547 const int patch_index_within_chunk = patch_index % patches_per_chunk; in operator ()()591 patch_index - (how_many_patches - 1); in operator ()()
264 for patch_index in range(num_patches):265 chip_id_offset = chip_id_table_offset + 2 * patch_index268 "<H", firmware, patch_length_table_offset + 2 * patch_index271 "<I", firmware, patch_offset_table_offset + 4 * patch_index
238 patch_index = 0239 while ('patch%d' % patch_index) in fields:240 patches.append(fields['patch%d' % patch_index])241 patch_index += 1
1143 xf_index, imgdiff, patch_index = diff_queue.pop()1187 patches[patch_index] = (xf_index, patch_info, compressed_size)