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

  /external/tensorflow/tensorflow/core/kernels/
conv_ops_using_gemm.cc 330 const int64 patch_index_end = local
332 for (int64 patch_index = patch_index_start; patch_index < patch_index_end;
407 const int how_many_patches = patch_index_end - patch_index_start;
quantized_conv_ops.cc 298 const int64 patch_index_end = local
300 for (int64 patch_index = patch_index_start; patch_index < patch_index_end;
375 const int how_many_patches = patch_index_end - patch_index_start;

Completed in 72 milliseconds