Home
last modified time | relevance | path

Searched refs:tail_time (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/tests/ut/python/parallel/
Dtest_allreduce_fusion.py154 tail_time = cost_model_context.get_cost_model_context('costmodel_allreduce_fusion_tail_time')
155 assert tail_time == 0.2
157 tail_time = cost_model_context.get_cost_model_context('costmodel_allreduce_fusion_tail_time')
158 assert tail_time == 0.1
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dcostmodel_context.cc194 void CostModelContext::set_costmodel_allreduce_fusion_tail_time(double tail_time) { in set_costmodel_allreduce_fusion_tail_time() argument
195 costmodel_allreduce_fusion_tail_time_ = tail_time; in set_costmodel_allreduce_fusion_tail_time()
/third_party/mindspore/mindspore/parallel/
D_cost_model_context.py374 def set_costmodel_allreduce_fusion_tail_time(self, tail_time): argument
387 self._context_handle.set_costmodel_allreduce_fusion_tail_time(tail_time)
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstaggregator.c270 GstClockTime tail_time; member
302 aggpad->priv->tail_time = GST_CLOCK_TIME_NONE; in gst_aggregator_pad_reset_unlocked()
1624 if (!GST_CLOCK_TIME_IS_VALID (priv->tail_time)) in update_time_level()
1625 priv->tail_time = priv->head_time; in update_time_level()
1629 priv->tail_time = gst_segment_to_running_time (&aggpad->segment, in update_time_level()
1632 priv->tail_time = priv->head_time; in update_time_level()
1636 priv->tail_time == GST_CLOCK_TIME_NONE) { in update_time_level()
1641 if (priv->tail_time > priv->head_time) in update_time_level()
1644 priv->time_level = priv->head_time - priv->tail_time; in update_time_level()