Home
last modified time | relevance | path

Searched refs:patch_index_end (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_using_gemm.cc332 const int64_t patch_index_end = in operator ()() local
335 patch_index < patch_index_end; ++patch_index) { in operator ()()
409 const int how_many_patches = patch_index_end - patch_index_start; in operator ()()
Dquantized_conv_ops.cc307 const int64_t patch_index_end = in operator ()() local
310 patch_index < patch_index_end; ++patch_index) { in operator ()()
384 const int how_many_patches = patch_index_end - patch_index_start; in operator ()()