Home
last modified time | relevance | path

Searched refs:batch_time (Results 1 – 21 of 21) sorted by relevance

/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/torch/utils/
H A Dtask_utils.py17 batch_time = AverageMeter()
44 batch_time.update(time.time() - end)
55 batch_time=batch_time.val)
74 batch_time = AverageMeter()
95 batch_time.update(time.time() - end)
104 batch_time=batch_time.val)
144 batch_time = AverageMeter()
174 batch_time.update(time.time() - end)
182 batch_time=batch_time.val)
/dports/misc/py-gluoncv/gluon-cv-0.9.0/docs/tutorials/tracking/
H A Dtrain_siamrpn.py134 batch_time = time.time() variable
168 loss_total_val/(i+1), time.time()-batch_time))
169 batch_time = time.time() variable
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/flame/
H A Drect.c193 double batch_time; in render_rectangle() local
197 batch_time = spec->time + temporal_deltas[batch_num]; in render_rectangle()
200 interpolate (spec->cps, spec->ncps, batch_time, &cp); in render_rectangle()
/dports/misc/py-gluoncv/gluon-cv-0.9.0/scripts/tracking/
H A Dtrain.py218 batch_time = time.time()
259 loss_total_val/(i+1), time.time()-batch_time))
260 batch_time = time.time()
/dports/net/py-kafka-python/kafka-python-1.4.5/kafka/producer/
H A Dbase.py45 def _send_upstream(queue, client, codec, batch_time, batch_size, argument
102 timeout = batch_time
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dcrafting_test.cpp620 int expected_time_taken = test_recipe->batch_time( get_player_character(), 1, 1, 0 );
938 int unmitigated_time_taken = test_recipe.batch_time( get_player_character(), 1, 1, 0 );
945 int mitigated_time_taken = test_recipe.batch_time( get_player_character(), 1, 1, 0 );
951 … int proficient_time_taken = test_recipe.batch_time( get_player_character(), 1, 1, 0 );
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dcrafting_test.cpp620 int expected_time_taken = test_recipe->batch_time( get_player_character(), 1, 1, 0 );
938 int unmitigated_time_taken = test_recipe.batch_time( get_player_character(), 1, 1, 0 );
945 int mitigated_time_taken = test_recipe.batch_time( get_player_character(), 1, 1, 0 );
951 … int proficient_time_taken = test_recipe.batch_time( get_player_character(), 1, 1, 0 );
/dports/www/phpbb3/phpBB3/install/convert/
H A Dconvertor.php662 $batch_time = 0;
671 if (!empty($batch_time))
675 $rows = ceil($counting/($mtime - $batch_time)) . " rows/s ($counting rows) | ";
684 $batch_time = $mtime[0] + $mtime[1];
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Drecipe.h211 … int64_t batch_time( const Character &guy, int batch, float multiplier, size_t assistants ) const;
H A Drecipe.cpp47 return time_duration::from_turns( batch_time( guy, batch, multiplier, assistants ) / 100 ); in batch_duration()
74 int64_t recipe::batch_time( const Character &guy, int batch, float multiplier, in batch_time() function in recipe
H A Dactivity_actor.cpp1776 rec.batch_time( crafter, craft.charges, 1.0f, 0 ) ); in do_turn()
1779 rec.batch_time( crafter, craft.charges, crafting_speed, in do_turn()
H A Dcrafting.cpp382 return rec.batch_time( *this, batch_size, modifier, assistants ); in expected_time_to_craft()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Drecipe.h211 … int64_t batch_time( const Character &guy, int batch, float multiplier, size_t assistants ) const;
H A Drecipe.cpp47 return time_duration::from_turns( batch_time( guy, batch, multiplier, assistants ) / 100 ); in batch_duration()
74 int64_t recipe::batch_time( const Character &guy, int batch, float multiplier, in batch_time() function in recipe
H A Dactivity_actor.cpp1776 rec.batch_time( crafter, craft.charges, 1.0f, 0 ) ); in do_turn()
1779 rec.batch_time( crafter, craft.charges, crafting_speed, in do_turn()
H A Dcrafting.cpp382 return rec.batch_time( *this, batch_size, modifier, assistants ); in expected_time_to_craft()
/dports/chinese/phpbb3-tw/phpBB3/install/
H A Dinstall_convert.php1203 $batch_time = 0;
1212 if (!empty($batch_time))
1216 $rows = ceil($counting/($mtime - $batch_time)) . " rows/s ($counting rows) | ";
1225 $batch_time = $mtime[0] + $mtime[1];
/dports/www/py-scrapy/Scrapy-2.5.1/docs/topics/
H A Dfeed-exports.rst548 * ``%(batch_time)s`` - gets replaced by a timestamp when the feed is being created
564 scrapy crawl spidername -o "dirname/%(batch_id)d-filename%(batch_time)s.json"
608 - ``batch_time``: UTC date and time, in ISO format with ``:``
615 - ``time``: ``batch_time``, with microseconds set to ``0``.
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/gluon/contrib/estimator/
H A Devent_handler.py295 batch_time = time.time() - self.batch_start
299 self.log_interval_time += batch_time
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/gluon/contrib/estimator/
H A Devent_handler.py295 batch_time = time.time() - self.batch_start
299 self.log_interval_time += batch_time
/dports/math/gravity/Gravity-da941e9/src/
H A Dmodel.cpp6201 auto batch_time = batch_time_end - batch_time_start; in run_obbt_one_iteration() local
6202 … DebugOn("Done running batch models, solve time = " << to_string(batch_time) << endl); in run_obbt_one_iteration()