Home
last modified time | relevance | path

Searched refs:batch_start_time (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dstate_management_test.py75 math_utils.batch_start_time(times) - priors_from_time, dtypes.float32)
77 times - math_utils.batch_start_time(times)[:, None], dtypes.float32)
Dmath_utils.py470 def batch_start_time(times): function