Home
last modified time | relevance | path

Searched refs:how_many_patches (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_using_gemm.cc409 const int how_many_patches = patch_index_end - patch_index_start; in operator ()() local
410 const int m = how_many_patches; in operator ()()
Dconv_ops_fused_image_transform.cc582 const int how_many_patches = patch_index_within_chunk + 1; in operator ()() local
583 const int m = how_many_patches; in operator ()()
590 patch_index - (how_many_patches - 1); in operator ()()
Dquantized_conv_ops.cc375 const int how_many_patches = patch_index_end - patch_index_start; in operator ()() local
379 const int m = how_many_patches; in operator ()()