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

  /external/tensorflow/tensorflow/core/kernels/
conv_ops_using_gemm.cc 341 const int patch_index_within_chunk = patch_index % patches_per_chunk; local
343 im2col_buffer + (patch_index_within_chunk * filter_value_count);
conv_ops_fused.cc 544 const int patch_index_within_chunk = patch_index % patches_per_chunk; local
546 im2col_buffer + (patch_index_within_chunk * filter_value_count);
571 (patch_index_within_chunk == (patches_per_chunk - 1));
580 const int how_many_patches = patch_index_within_chunk + 1;
    [all...]
quantized_conv_ops.cc 309 const int patch_index_within_chunk = patch_index % patches_per_chunk; local
311 im2col_buffer + (patch_index_within_chunk * filter_value_count);

Completed in 67 milliseconds