Home
last modified time | relevance | path

Searched refs:batch_end (Results 1 – 25 of 71) sorted by relevance

123

/dports/irc/ezbounce/ezbounce-1.99.15/src/fs/
H A Dfile_system.cc259 dir->batch_end(); in open()
308 dir->batch_end(); in open()
312 dir->batch_end(); in open()
446 dir->batch_end(); in access()
450 dir->batch_end(); in access()
533 dir->batch_end(); in unlink()
538 dir->batch_end(); in unlink()
550 dir->batch_end(); in unlink()
563 dir->batch_end(); in unlink()
797 dir->batch_end(); in chmod()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/gluon/contrib/estimator/
H A Destimator.py304 _, epoch_begin, batch_begin, batch_end, \
320 for handler in batch_end:
321 handler.batch_end(estimator_ref, batch=batch, pred=pred, label=label, loss=loss)
381 batch_end, epoch_end, train_end = self._categorize_handlers(event_handlers)
404 for handler in batch_end:
405 batch_end_result.append(handler.batch_end(estimator_ref, batch=batch,
494 batch_end = []
505 batch_end.append(handler)
510 return train_begin, epoch_begin, batch_begin, batch_end, epoch_end, train_end
H A Devent_handler.py78 def batch_end(self, estimator, *args, **kwargs): member in BatchEnd
109 def batch_end(self, estimator, *args, **kwargs): member in StoppingHandler
148 def batch_end(self, estimator, *args, **kwargs): member in MetricHandler
213 def batch_end(self, estimator, *args, **kwargs): member in ValidationHandler
293 def batch_end(self, estimator, *args, **kwargs): member in LoggingHandler
455 def batch_end(self, estimator, *args, **kwargs): member in CheckpointHandler
738 def batch_end(self, estimator, *args, **kwargs): member in GradientUpdateHandler
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/gluon/contrib/estimator/
H A Destimator.py304 _, epoch_begin, batch_begin, batch_end, \
320 for handler in batch_end:
321 handler.batch_end(estimator_ref, batch=batch, pred=pred, label=label, loss=loss)
381 batch_end, epoch_end, train_end = self._categorize_handlers(event_handlers)
404 for handler in batch_end:
405 batch_end_result.append(handler.batch_end(estimator_ref, batch=batch,
494 batch_end = []
505 batch_end.append(handler)
510 return train_begin, epoch_begin, batch_begin, batch_end, epoch_end, train_end
H A Devent_handler.py78 def batch_end(self, estimator, *args, **kwargs): member in BatchEnd
109 def batch_end(self, estimator, *args, **kwargs): member in StoppingHandler
148 def batch_end(self, estimator, *args, **kwargs): member in MetricHandler
213 def batch_end(self, estimator, *args, **kwargs): member in ValidationHandler
293 def batch_end(self, estimator, *args, **kwargs): member in LoggingHandler
455 def batch_end(self, estimator, *args, **kwargs): member in CheckpointHandler
738 def batch_end(self, estimator, *args, **kwargs): member in GradientUpdateHandler
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/data/
H A Dsampler.py156 batch_end = min(batch_begin + self._batch_size, len(sorted_sample_ids))
157 if batch_end - batch_begin < self._batch_size:
158 yield sorted_sample_ids[batch_end - self._batch_size:batch_end]
160 yield sorted_sample_ids[batch_begin:batch_end]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_cmd_parser.c372 u32 *cmd, *batch_base, *batch_end; in i915_parse_cmds() local
394 batch_end = cmd + (batch_obj->base.size / sizeof(*batch_end)); in i915_parse_cmds()
396 while (cmd < batch_end) { in i915_parse_cmds()
416 if ((batch_end - cmd) < length) { in i915_parse_cmds()
420 batch_end - cmd); in i915_parse_cmds()
487 if (cmd >= batch_end) { in i915_parse_cmds()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/background_migration/
H A Dupdate_timelogs_null_spent_at.rb13 batch_start, batch_end = subbatch.pluck('min(id), max(id)').first
15 update_timelogs(batch_start, batch_end)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/database/
H A Dbatch_counter.rb52 batch_end = [batch_start + batch_size, finish].min
53 batch_relation = build_relation_batch(batch_start, batch_end, mode)
61 batch_start = batch_end
/dports/net/py-kafka-python/kafka-python-1.4.5/test/
H A Dtest_fetcher.py508 batch_end = 130
513 for i in range(batch_start, batch_end)]
533 batch_end = 100
538 for i in range(batch_start, batch_end)]
548 batch_end = 100
553 for i in range(batch_start, batch_end) if i != fetch_offset]
555 assert len(records) == batch_end - fetch_offset - 1
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/src/gluonnlp/data/
H A Dsampler.py405 yield [self._bucket_sample_ids[bucket_id][batch_begin:batch_end]
406 for bucket_id, batch_begin, batch_end in zip(bucket_ids,
412 batch_end = min(batch_begin + batch_size, len(self._bucket_sample_ids[bucket_id]))
413 yield self._bucket_sample_ids[bucket_id][batch_begin:batch_end]
495 batch_end = min(batch_begin + self._batch_size, len(sorted_sample_ids))
496 yield sorted_sample_ids[batch_begin:batch_end]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/mlcc/
H A Dmlccsdpt_integrals.F9079 integer :: batch_start, batch_end, n_occ_print, n_occ_int local
270 batch_end = batch_start + batch_size - 1
278 write(lupri,*) 'batch_end: ', batch_end
330 do k = batch_start,batch_end
H A Dmlcc3_intermediates.F9092 integer :: batch_start, batch_end, n_occ_print, n_occ_int local
349 batch_end = batch_start + batch_size - 1
357 write(lupri,*) 'batch_end: ', batch_end
438 do k = batch_start,batch_end
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c1421 u32 *cmd, *batch_end, offset = 0; in intel_engine_cmd_parser() local
1445 batch_end = cmd + batch_length / sizeof(*batch_end); in intel_engine_cmd_parser()
1462 if ((batch_end - cmd) < length) { in intel_engine_cmd_parser()
1466 batch_end - cmd); in intel_engine_cmd_parser()
1489 if (cmd >= batch_end) { in intel_engine_cmd_parser()
1509 *batch_end = MI_BATCH_BUFFER_END; in intel_engine_cmd_parser()
1525 __gen6_emit_bb_start(batch_end, in intel_engine_cmd_parser()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c1421 u32 *cmd, *batch_end, offset = 0; in intel_engine_cmd_parser() local
1445 batch_end = cmd + batch_length / sizeof(*batch_end); in intel_engine_cmd_parser()
1462 if ((batch_end - cmd) < length) { in intel_engine_cmd_parser()
1466 batch_end - cmd); in intel_engine_cmd_parser()
1489 if (cmd >= batch_end) { in intel_engine_cmd_parser()
1509 *batch_end = MI_BATCH_BUFFER_END; in intel_engine_cmd_parser()
1525 __gen6_emit_bb_start(batch_end, in intel_engine_cmd_parser()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c1421 u32 *cmd, *batch_end, offset = 0; in intel_engine_cmd_parser() local
1445 batch_end = cmd + batch_length / sizeof(*batch_end); in intel_engine_cmd_parser()
1462 if ((batch_end - cmd) < length) { in intel_engine_cmd_parser()
1466 batch_end - cmd); in intel_engine_cmd_parser()
1489 if (cmd >= batch_end) { in intel_engine_cmd_parser()
1509 *batch_end = MI_BATCH_BUFFER_END; in intel_engine_cmd_parser()
1525 __gen6_emit_bb_start(batch_end, in intel_engine_cmd_parser()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/platform/chrome/
H A Dcros_ec_sensorhub_ring.c541 struct cros_ec_sensors_ring_sample *batch_end = in cros_ec_sensor_ring_spread_add() local
607 batch_end = s; in cros_ec_sensor_ring_spread_add()
642 for (s = batch_start; s <= batch_end; s++) { in cros_ec_sensor_ring_spread_add()
667 next_batch_start = batch_end + 1; in cros_ec_sensor_ring_spread_add()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/platform/chrome/
H A Dcros_ec_sensorhub_ring.c541 struct cros_ec_sensors_ring_sample *batch_end = in cros_ec_sensor_ring_spread_add() local
607 batch_end = s; in cros_ec_sensor_ring_spread_add()
642 for (s = batch_start; s <= batch_end; s++) { in cros_ec_sensor_ring_spread_add()
667 next_batch_start = batch_end + 1; in cros_ec_sensor_ring_spread_add()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/platform/chrome/
H A Dcros_ec_sensorhub_ring.c541 struct cros_ec_sensors_ring_sample *batch_end = in cros_ec_sensor_ring_spread_add() local
607 batch_end = s; in cros_ec_sensor_ring_spread_add()
642 for (s = batch_start; s <= batch_end; s++) { in cros_ec_sensor_ring_spread_add()
667 next_batch_start = batch_end + 1; in cros_ec_sensor_ring_spread_add()
/dports/science/octopus/octopus-10.5/src/grid/
H A Dbatch.F9090 procedure :: end => batch_end
135 subroutine batch_end(this, copy) subroutine
139 PUSH_SUB(batch_end) argument
164 POP_SUB(batch_end)
165 end subroutine batch_end
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_gluon_estimator.py305 def batch_end(self): member in test_categorize_handlers.CustomHandler3
317 batch_end, epoch_end, train_end = est._categorize_handlers(event_handlers)
321 assert len(batch_end) == 1
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_gluon_estimator.py305 def batch_end(self): member in test_categorize_handlers.CustomHandler3
317 batch_end, epoch_end, train_end = est._categorize_handlers(event_handlers)
321 assert len(batch_end) == 1
/dports/irc/ezbounce/ezbounce-1.99.15/include/fs/
H A Ddirectory.h131 int batch_end();
/dports/sysutils/webmin/webmin-1.981/useradmin/
H A Dgbatch_exec.cgi309 &batch_end() if ($in{'batch'});
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dumax.h377 int batch_end; /* 1 = reposition scanhead */ member

123