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

  /external/tensorflow/tensorflow/core/kernels/
conv_grad_filter_ops.cc 63 int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; local
67 for (int h = 0; h < height_col; ++h) {
    [all...]
conv_grad_input_ops.cc 62 int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; local
65 for (int h = 0; h < height_col; ++h) {
    [all...]

Completed in 171 milliseconds