Type TimeSeriesInputFn
Namespace tensorflow.contrib.timeseries
Parent PythonObjectContainer
Interfaces ITimeSeriesInputFn
Public instance methods
object create_batch()
Create queues to window and batch time series data.
Returns
-
object
- A dictionary of Tensors corresponding to the output of `self._reader` (from the `time_series_reader` constructor argument), each with shapes prefixed by [`batch_size`, `window_size`].
object create_batch_dyn()
Create queues to window and batch time series data.
Returns
-
object
- A dictionary of Tensors corresponding to the output of `self._reader` (from the `time_series_reader` constructor argument), each with shapes prefixed by [`batch_size`, `window_size`].