Home
last modified time | relevance | path

Searched refs:batch_pos (Results 1 – 10 of 10) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_noise.cc77 size_t batch_pos = 0; // < kFloatsPerBatch in RandomImage() local
79 BitsToFloat(reinterpret_cast<const uint32_t*>(batch) + batch_pos, in RandomImage()
81 batch_pos += N; in RandomImage()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_noise.cc77 size_t batch_pos = 0; // < kFloatsPerBatch in RandomImage() local
79 BitsToFloat(reinterpret_cast<const uint32_t*>(batch) + batch_pos, in RandomImage()
81 batch_pos += N; in RandomImage()
/dports/science/py-GPy/GPy-1.10.0/GPy/inference/latent_function_inference/
H A Dvar_dtc_parallel.py36 self.batch_pos = 0 # the starting position of the current mini-batch
48 self.batch_pos = 0
253 n_start = self.batch_pos
258 self.batch_pos = 0
261 self.batch_pos = n_end
/dports/net/nanomsg/nanomsg-1.1.5/src/aio/
H A Dusock_posix.h59 size_t batch_pos; member
H A Dusock_posix.inc98 self->in.batch_pos = 0;
1100 sz = self->in.batch_len - self->in.batch_pos;
1104 memcpy (buf, self->in.batch + self->in.batch_pos, sz);
1105 self->in.batch_pos += sz;
1198 self->in.batch_pos = 0;
1203 self->in.batch_pos += sz;
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Ddec_noise.cc80 size_t batch_pos = 0; // < kFloatsPerBatch in RandomImage() local
82 BitsToFloat(reinterpret_cast<const uint32_t*>(batch) + batch_pos, in RandomImage()
84 batch_pos += N; in RandomImage()
/dports/math/tblis/tblis-1.2.0/src/internal/1t/indexed/
H A Dutil.hpp130 group.batch_pos[j].push_back(pos); in assign_mixed_or_batch_idx_helper()
161 std::array<dim_vector,N> batch_pos; member
249 idx[I][group.batch_pos[j][k]] = A.index(i, group.batch_idx[j][k]); in set_batch_indices_helper()
250 stride[I][group.batch_pos[j][k]] = group.batch_stride[group.batch_pos[j][k]]; in set_batch_indices_helper()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_noise.cc80 size_t batch_pos = 0; // < kFloatsPerBatch in RandomImage() local
82 BitsToFloat(reinterpret_cast<const uint32_t*>(batch) + batch_pos, in RandomImage()
84 batch_pos += N; in RandomImage()
/dports/math/tblis/tblis-1.2.0/src/internal/1t/indexed_dpd/
H A Dutil.hpp158 group.batch_pos[I].push_back(pos); in assign_mixed_or_batch_idx_helper()
199 std::array<dim_vector,N> batch_pos; member
/dports/science/py-GPy/GPy-1.10.0/GPy/models/
H A Dibp_lfm.py209 n_start = self.batch_pos
214 self.batch_pos = 0
217 self.batch_pos = n_end