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

  /external/tensorflow/tensorflow/core/kernels/
conv_ops_using_gemm.cc 407 const int how_many_patches = patch_index_end - patch_index_start; local
408 const int m = how_many_patches;
quantized_conv_ops.cc 375 const int how_many_patches = patch_index_end - patch_index_start; local
379 const int m = how_many_patches;
conv_ops_fused.cc 580 const int how_many_patches = patch_index_within_chunk + 1; local
581 const int m = how_many_patches;
588 patch_index - (how_many_patches - 1);
    [all...]

Completed in 364 milliseconds