HomeSort by relevance Sort by last modified time
    Searched refs:patch_index (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
conv_ops_using_gemm.cc 332 for (int64 patch_index = patch_index_start; patch_index < patch_index_end;
333 ++patch_index) {
334 const int64 batch = patch_index / (output_height * output_width);
335 const int64 out_y = (patch_index / output_width) % output_height;
336 const int64 out_x = patch_index % output_width;
341 const int patch_index_within_chunk = patch_index % patches_per_chunk;
quantized_conv_ops.cc 300 for (int64 patch_index = patch_index_start; patch_index < patch_index_end;
301 ++patch_index) {
302 const int64 batch = patch_index / (output_height * output_width);
303 const int64 out_y = (patch_index / output_width) % output_height;
304 const int64 out_x = patch_index % output_width;
309 const int patch_index_within_chunk = patch_index % patches_per_chunk;
conv_ops_fused_image_transform.cc 543 const int patch_index = (batch * output_width * output_height) + local
545 const int patch_index_within_chunk = patch_index % patches_per_chunk;
589 patch_index - (how_many_patches - 1);
    [all...]
  /external/autotest/tko/parsers/
version_1.py 235 patch_index = 0
236 while ('patch%d' % patch_index) in fields:
237 patches.append(fields['patch%d' % patch_index])
238 patch_index += 1
  /build/make/tools/releasetools/
blockimgdiff.py     [all...]

Completed in 420 milliseconds