Home
last modified time | relevance | path

Searched refs:per_batch (Results 1 – 8 of 8) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Dproject_authorization.rb29 def self.insert_all_in_batches(attributes, per_batch = 1000) argument
30 attributes.each_slice(per_batch) do |attributes_batch|
H A Duser.rb1020 def remove_project_authorizations(project_ids, per_batch = 1000) argument
1021 project_ids.each_slice(per_batch) do |project_ids_batch|
H A Dproject.rb2730 def remove_project_authorizations(user_ids, per_batch = 1000) argument
2731 user_ids.each_slice(per_batch) do |user_ids_batch|
/dports/misc/py-xgboost/xgboost-1.5.1/tests/python/
H A Dtesting.py201 per_batch = n_samples // n_batches + 1
206 beg = i * per_batch
207 end = min((i + 1) * per_batch, n_samples)
/dports/misc/xgboost/xgboost-1.5.1/tests/python/
H A Dtesting.py201 per_batch = n_samples // n_batches + 1
206 beg = i * per_batch
207 end = min((i + 1) * per_batch, n_samples)
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_uni_binary.cpp175 conf_.bcast_type, bcast_t::none, bcast_t::per_batch) in init()
229 return bcast_t::per_batch; in get_bcast_type()
780 case bcast_t::per_batch: return C_blk * SP * simd_w; in execute_bcast_per_c_strategy()
802 case bcast_t::per_batch: return sp * C; in execute_bcast_per_c_strategy()
827 case bcast_t::per_batch: return c * SP; in execute_bcast_per_c_strategy()
1012 else if (bcast_type == bcast_t::per_batch in execute()
H A Djit_uni_binary_kernel.cpp65 else if (conf_.bcast_type == bcast_t::per_batch in get_tail_size()
H A Djit_primitive_conf.hpp953 per_batch, enumerator