Home
last modified time | relevance | path

Searched refs:cur_epoch (Results 1 – 25 of 77) sorted by relevance

1234

/dports/textproc/py-gensim/gensim-4.0.1/gensim/models/
H A Dword2vec.py912 self, corpus_file, offset, cython_vocab, cur_epoch,
917 self, corpus_file, offset, cython_vocab, cur_epoch,
1057 for cur_epoch in range(self.epochs):
1063 corpus_iterable, cur_epoch=cur_epoch, total_examples=total_examples,
1068 … corpus_file, cur_epoch=cur_epoch, total_examples=total_examples, total_words=total_words,
1188 next_alpha = self._get_next_alpha(0.0, cur_epoch)
1348 thread_kwargs['cur_epoch'] = cur_epoch
1366 progress_queue=progress_queue, job_queue=None, cur_epoch=cur_epoch,
1424 progress_queue, job_queue, cur_epoch=cur_epoch, total_examples=total_examples,
1430 def _get_next_alpha(self, epoch_progress, cur_epoch): argument
[all …]
H A Dword2vec_corpusfile.pyx231 cdef REAL_t get_alpha(REAL_t alpha, REAL_t end_alpha, int cur_epoch, int num_epochs) nogil: argument
232 return alpha - ((alpha - end_alpha) * (<REAL_t> cur_epoch) / num_epochs)
237 long long expected_examples, long long expected_words, int cur_epoch, int num_epochs) nogil: argument
247 cdef REAL_t progress = (cur_epoch + epoch_progress) / num_epochs
282 cdef int cur_epoch = _cur_epoch
288 cdef REAL_t _alpha = get_alpha(model.alpha, end_alpha, cur_epoch, num_epochs)
346 expected_examples, expected_words, cur_epoch, num_epochs)
382 cdef int cur_epoch = _cur_epoch
388 cdef REAL_t _alpha = get_alpha(model.alpha, end_alpha, cur_epoch, num_epochs)
444 expected_examples, expected_words, cur_epoch, num_epochs)
H A Dfasttext_corpusfile.pyx123 cdef int cur_epoch = _cur_epoch
129 cdef REAL_t _alpha = get_alpha(model.alpha, end_alpha, cur_epoch, num_epochs)
180 expected_examples, expected_words, cur_epoch, num_epochs)
213 cdef int cur_epoch = _cur_epoch
219 cdef REAL_t _alpha = get_alpha(model.alpha, end_alpha, cur_epoch, num_epochs)
268 expected_examples, expected_words, cur_epoch, num_epochs)
/dports/net/mpich/mpich-3.4.3/doc/notes/rma/
H A Ddm-mt.c24 unsigned cur_epoch; member
150 header.epoch = win.cur_epoch; in MPID_Get()
171 if (header->epoch == dwin->cur_epoch) in MPID_Win_get_hdlr()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-sys-0.4.2+5.2.1-patched.2/jemalloc/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/databases/redis6/redis-6.0.16/deps/jemalloc/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/databases/redis5/redis-5.0.14/deps/jemalloc/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/rep/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/rep/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/jemalloc/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/rep/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/rep/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys-0.4.1+5.2.1-patched/jemalloc/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys/jemalloc/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/jemalloc-5.2.1/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/rep/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()

1234