Home
last modified time | relevance | path

Searched refs:progress_cnt (Results 1 – 25 of 31) sorted by relevance

12

/dports/textproc/py-gensim/gensim-4.0.1/gensim/corpora/
H A Dmmcorpus.py76 def save_corpus(fname, corpus, id2word=None, progress_cnt=1000, metadata=False): argument
114 … fname, corpus, num_terms=num_terms, index=True, progress_cnt=progress_cnt, metadata=metadata
H A Ducicorpus.py102 def write_corpus(fname, corpus, progress_cnt=1000, index=False): argument
129 if docno % progress_cnt == 0:
249 def save_corpus(fname, corpus, id2word=None, progress_cnt=10000, metadata=False): argument
293 return UciWriter.write_corpus(fname, corpus, index=True, progress_cnt=progress_cnt)
H A Dindexedcorpus.py73 progress_cnt=None, labels=None, metadata=False): argument
116 if progress_cnt is not None:
117 kwargs['progress_cnt'] = progress_cnt
H A Dsharded_corpus.py780 def save_corpus(fname, corpus, id2word=None, progress_cnt=1000, metadata=False, **kwargs): argument
802 def serialize(serializer, fname, corpus, id2word=None, index_fname=None, progress_cnt=None, argument
819 fname, corpus, id2word=id2word, progress_cnt=progress_cnt, metadata=metadata, **kwargs,
/dports/science/gramps/gramps-5.1.4/gramps/gui/plug/export/
H A D_exportoptions.py71 self.progress_cnt = 0
545 progress.progress_cnt += 1
548 progress.progress_cnt += 1
551 progress.progress_cnt += 1
554 progress.progress_cnt += 1
557 progress.progress_cnt += 1
561 progress.progress_cnt = 0
565 progress.progress_cnt += 5
594 progress.progress_cnt += 1
603 progress.progress_cnt += 1
[all …]
/dports/textproc/py-gensim/gensim-4.0.1/gensim/scripts/
H A Dmake_wiki.py80 MmCorpus.serialize(outp + '_bow.mm', wiki, progress_cnt=10000, metadata=True)
91 MmCorpus.serialize(outp + '_bow.mm', wiki, progress_cnt=10000, metadata=True) # another ~9h
107 MmCorpus.serialize(outp + '_tfidf.mm', tfidf[mm], progress_cnt=10000)
H A Dmake_wiki_online.py83 MmCorpus.serialize(outp + '_bow.mm', wiki, progress_cnt=10000)
94 MmCorpus.serialize(outp + '_bow.mm', wiki, progress_cnt=10000) # another ~9h
110 MmCorpus.serialize(outp + '_tfidf.mm', tfidf[mm], progress_cnt=10000)
H A Dmake_wiki_online_nodebug.py83 MmCorpus.serialize(outp + '_bow.mm', wiki, progress_cnt=10000)
94 MmCorpus.serialize(outp + '_bow.mm', wiki, progress_cnt=10000) # another ~9h
110 MmCorpus.serialize(outp + '_tfidf.mm', tfidf[mm], progress_cnt=10000)
H A Dmake_wikicorpus.py80 MmCorpus.serialize(outp + '_bow.mm', wiki, progress_cnt=10000, metadata=True)
91 MmCorpus.serialize(outp + '_bow.mm', wiki, progress_cnt=10000, metadata=True) # another ~9h
107 MmCorpus.serialize(outp + '_tfidf.mm', tfidf[mm], progress_cnt=10000)
/dports/devel/git-gui/git-2.34.1/
H A Dparallel-checkout.c23 unsigned int *progress_cnt; member
175 (*parallel_checkout.progress_cnt)++; in advance_progress_meter()
177 *parallel_checkout.progress_cnt); in advance_progress_meter()
645 struct progress *progress, unsigned int *progress_cnt) in run_parallel_checkout() argument
654 parallel_checkout.progress_cnt = progress_cnt; in run_parallel_checkout()
H A Dparallel-checkout.h43 struct progress *progress, unsigned int *progress_cnt);
/dports/devel/git-p4/git-2.34.1/
H A Dparallel-checkout.c23 unsigned int *progress_cnt; member
175 (*parallel_checkout.progress_cnt)++; in advance_progress_meter()
177 *parallel_checkout.progress_cnt); in advance_progress_meter()
645 struct progress *progress, unsigned int *progress_cnt) in run_parallel_checkout() argument
654 parallel_checkout.progress_cnt = progress_cnt; in run_parallel_checkout()
H A Dparallel-checkout.h43 struct progress *progress, unsigned int *progress_cnt);
H A Dcommit-graph.c1012 uint64_t progress_cnt; member
1058 display_progress(ctx->progress, ++ctx->progress_cnt); in write_graph_chunk_fanout()
1076 display_progress(ctx->progress, ++ctx->progress_cnt); in write_graph_chunk_oids()
1102 display_progress(ctx->progress, ++ctx->progress_cnt); in write_graph_chunk_data()
1203 display_progress(ctx->progress, ++ctx->progress_cnt); in write_graph_chunk_generation_data()
1224 display_progress(ctx->progress, ++ctx->progress_cnt); in write_graph_chunk_generation_data_overflow()
1246 display_progress(ctx->progress, ++ctx->progress_cnt); in write_graph_chunk_extra_edges()
1302 display_progress(ctx->progress, ++ctx->progress_cnt); in write_graph_chunk_bloom_indexes()
1343 display_progress(ctx->progress, ++ctx->progress_cnt); in write_graph_chunk_bloom_data()
/dports/devel/git-svn/git-2.34.1/
H A Dparallel-checkout.c23 unsigned int *progress_cnt;
175 (*parallel_checkout.progress_cnt)++;
177 *parallel_checkout.progress_cnt);
645 struct progress *progress, unsigned int *progress_cnt)
654 parallel_checkout.progress_cnt = progress_cnt;
H A Dparallel-checkout.h43 struct progress *progress, unsigned int *progress_cnt); in get_parallel_checkout_configs()
/dports/devel/git/git-2.34.1/
H A Dparallel-checkout.c23 unsigned int *progress_cnt; member
175 (*parallel_checkout.progress_cnt)++; in advance_progress_meter()
177 *parallel_checkout.progress_cnt); in advance_progress_meter()
645 struct progress *progress, unsigned int *progress_cnt) in run_parallel_checkout() argument
654 parallel_checkout.progress_cnt = progress_cnt; in run_parallel_checkout()
H A Dparallel-checkout.h43 struct progress *progress, unsigned int *progress_cnt);
H A Dcommit-graph.c1012 uint64_t progress_cnt; member
1058 display_progress(ctx->progress, ++ctx->progress_cnt); in write_graph_chunk_fanout()
1076 display_progress(ctx->progress, ++ctx->progress_cnt); in write_graph_chunk_oids()
1102 display_progress(ctx->progress, ++ctx->progress_cnt); in write_graph_chunk_data()
1203 display_progress(ctx->progress, ++ctx->progress_cnt); in write_graph_chunk_generation_data()
1224 display_progress(ctx->progress, ++ctx->progress_cnt); in write_graph_chunk_generation_data_overflow()
1246 display_progress(ctx->progress, ++ctx->progress_cnt); in write_graph_chunk_extra_edges()
1302 display_progress(ctx->progress, ++ctx->progress_cnt); in write_graph_chunk_bloom_indexes()
1343 display_progress(ctx->progress, ++ctx->progress_cnt); in write_graph_chunk_bloom_data()
/dports/devel/git-cvs/git-2.34.1/
H A Dparallel-checkout.c23 unsigned int *progress_cnt; member
175 (*parallel_checkout.progress_cnt)++; in advance_progress_meter()
177 *parallel_checkout.progress_cnt); in advance_progress_meter()
645 struct progress *progress, unsigned int *progress_cnt) in run_parallel_checkout() argument
654 parallel_checkout.progress_cnt = progress_cnt; in run_parallel_checkout()
H A Dparallel-checkout.h43 struct progress *progress, unsigned int *progress_cnt);
/dports/devel/p5-Event-ExecFlow/Event-ExecFlow-0.64/lib/Event/ExecFlow/
H A DJob.pm17 sub get_progress_cnt { shift->{progress_cnt} }
44 sub set_progress_cnt { shift->{progress_cnt} = $_[1] }
98 my ($progress_cnt, $progress_max, $progress_ips, $no_progress) =
126 progress_cnt => $progress_cnt,
/dports/devel/p5-Event-ExecFlow/Event-ExecFlow-0.64/lib/Event/ExecFlow/Job/
H A DGroup.pm157 my $progress_cnt = 0;
161 $progress_cnt += $job->get_progress_cnt;
164 ++$progress_cnt if $job->get_state eq 'finished' ||
169 $self->set_progress_cnt($progress_cnt);
/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/Cluster/
H A DNode.pm37 sub progress_cnt { shift->{progress_cnt} } subroutine
68 sub set_progress_cnt { shift->{progress_cnt} = $_[1] }
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_ddl_multi.test293 let $progress_cnt = $initial_cnt;
296 while ($progress_cnt == $initial_cnt)
304 let $progress_cnt = `select cnt from progress`;

12