Searched defs:chunk_count (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dconv_ops_using_gemm.cc326 const int64 chunk_count = local
328 for (int64 chunk_index = 0; chunk_index < chunk_count; ++chunk_index) {
H A Dquantized_conv_ops.cc293 const int64 chunk_count = local
296 for (int64 chunk_index = 0; chunk_index < chunk_count; ++chunk_index) {

Completed in 428 milliseconds