Home | History | Annotate | Download | only in timeseries

Lines Matching refs:start_time

638      "start_time",  # The first (lowest) time in the series, a scalar
723 return stat_variables._replace(start_time=gen_math_ops.minimum(
724 stat_variables.start_time, math_ops.reduce_min(times)))
867 with ops.colocate_with(statistics.start_time):
872 # statistics.start_time will reflect the global lowest time, and
876 statistics.start_time),
886 start_time_update = state_ops.assign(statistics.start_time,
888 statistics.start_time,
900 statistics.start_time + 1, self._dtype) /
936 start_time = variable_scope.get_variable(
937 name="start_time",
950 start_time=start_time,