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

  /external/fio/tools/hist/
fiologparser_hist.py 289 max_cols = guess_max_from_bins(ctx, __HIST_COLUMNS)
290 coarseness = int(np.log2(float(max_cols) / __HIST_COLUMNS))
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 912 const int max_cols = local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
eigen_spatial_convolutions.h 684 const Index max_cols = std::min<Index>(
688 for (Index c = startCol; c < max_cols; ++c) {
    [all...]

Completed in 570 milliseconds