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

  /external/tensorflow/tensorflow/core/kernels/
extract_image_patches_op.cc 74 const int ksize_rows = ksizes_[1]; variable
83 const int ksize_rows_eff = ksize_rows + (ksize_rows - 1) * (rate_rows - 1);
96 ksize_rows * ksize_cols * depth};
108 context->eigen_device<Device>(), input.tensor<T, 4>(), ksize_rows,
extract_volume_patches_op.cc 82 const int ksize_rows = ksizes_[2]; variable
105 const int ksize_rows_eff = ksize_rows + (ksize_rows - 1) * (rate_rows - 1);
115 GetWindowedOutputSize(in_rows, ksize_rows, stride_rows,
123 ksize_planes * ksize_rows * ksize_cols * depth};
136 ksize_rows, ksize_cols, stride_planes, stride_rows, stride_cols,

Completed in 522 milliseconds