Home
last modified time | relevance | path

Searched refs:is_dense_ (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_config.cc106 is_dense_(false), in ShelfConfig()
242 if (is_dense_) in GetShelfButtonSize()
256 if (is_dense_) in GetShelfButtonIconSize()
281 return is_dense_ ? 36 : 40; in in_app_shelf_size()
308 return is_dense_ ? 36 : 40; in control_size()
334 return is_dense_ ? shelf_status_area_hit_region_padding_dense_ in status_area_hit_region_padding()
388 if (!tablet_mode_changed && is_dense_ == new_is_dense && in UpdateConfig()
395 is_dense_ = new_is_dense; in UpdateConfig()
411 return is_dense_ ? 48 : 56; in GetShelfSize()
H A Dshelf_config_unittest.cc25 bool is_dense() { return ShelfConfig::Get()->is_dense_; } in is_dense()
/dports/misc/py-xgboost/xgboost-1.5.1/src/data/
H A Dgradient_index_page_source.h17 bool is_dense_; variable
27 cuts_{std::move(cuts)}, is_dense_{is_dense}, max_bin_per_feat_{ in GradientIndexPageSource()
H A Dellpack_page_source.h21 bool is_dense_; variable
35 is_dense_{is_dense}, row_stride_{row_stride}, param_{std::move(param)}, in EllpackPageSource()
H A Dgradient_index_page_source.cc13 this->page_->Init(*csr, cuts_, max_bin_per_feat_, is_dense_, nthreads_); in Fetch()
H A Dellpack_page_source.cu18 *impl = EllpackPageImpl(param_.gpu_id, *cuts_, *csr, is_dense_, row_stride_, in Fetch()
/dports/misc/xgboost/xgboost-1.5.1/src/data/
H A Dgradient_index_page_source.h17 bool is_dense_; variable
27 cuts_{std::move(cuts)}, is_dense_{is_dense}, max_bin_per_feat_{ in GradientIndexPageSource()
H A Dellpack_page_source.h21 bool is_dense_; variable
35 is_dense_{is_dense}, row_stride_{row_stride}, param_{std::move(param)}, in EllpackPageSource()
H A Dgradient_index_page_source.cc13 this->page_->Init(*csr, cuts_, max_bin_per_feat_, is_dense_, nthreads_); in Fetch()
H A Dellpack_page_source.cu18 *impl = EllpackPageImpl(param_.gpu_id, *cuts_, *csr, is_dense_, row_stride_, in Fetch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/
H A Dshelf_config.h170 bool is_dense() const { return is_dense_; } in is_dense()
248 bool is_dense_; variable