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

  /external/tensorflow/tensorflow/core/kernels/
conv_ops_using_gemm.cc 362 // < left_zero_count > < center_copy_count > < right_zero_count >
374 const int right_zero_count = std::max(0, in_x_end - input_width); local
376 filter_width - (left_zero_count + right_zero_count);
393 if (right_zero_count > 0) {
398 im2col_right_start + (right_zero_count * input_depth);
quantized_conv_ops.cc 331 // < left_zero_count > < center_copy_count > < right_zero_count >
345 const int right_zero_count = std::max(0, in_x_end - input_width); local
347 filter_width - (left_zero_count + right_zero_count);
362 if (right_zero_count > 0) {
367 (right_zero_count * input_depth));

Completed in 560 milliseconds