Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconv_ops_using_gemm.cc334 for (int64_t patch_index = patch_index_start; in operator ()() local
335 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 ()()
H A Dquantized_conv_ops.cc310 for (int64_t patch_index = patch_index_start; in operator ()() local
311 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 ()()
H A Dconv_ops_fused_image_transform.cc545 const int patch_index = (batch * output_width * output_height) + in operator ()() local
547 const int patch_index_within_chunk = patch_index % patches_per_chunk; in operator ()()
591 patch_index - (how_many_patches - 1); in operator ()()
/aosp_15_r20/external/python/bumble/bumble/drivers/
Drtk.py264 for patch_index in range(num_patches):
265 chip_id_offset = chip_id_table_offset + 2 * patch_index
268 "<H", firmware, patch_length_table_offset + 2 * patch_index
271 "<I", firmware, patch_offset_table_offset + 4 * patch_index
/aosp_15_r20/external/autotest/tko/parsers/
H A Dversion_1.py238 patch_index = 0
239 while ('patch%d' % patch_index) in fields:
240 patches.append(fields['patch%d' % patch_index])
241 patch_index += 1
/aosp_15_r20/build/make/tools/releasetools/
H A Dblockimgdiff.py1143 xf_index, imgdiff, patch_index = diff_queue.pop()
1187 patches[patch_index] = (xf_index, patch_info, compressed_size)