Type TimeSeriesReader
Namespace tensorflow.contrib.timeseries
Parent PythonObjectContainer
Interfaces ITimeSeriesReader
Methods
Properties
Public instance methods
void check_dataset_size(int minimum_dataset_size)
Raise an error if the dataset is too small.
object check_dataset_size_dyn(object minimum_dataset_size)
Raise an error if the dataset is too small.
IDictionary<object, object> read()
Returns a large chunk of the Numpy arrays for later re-chunking.
object read_dyn()
Returns a large chunk of the Numpy arrays for later re-chunking.
IDictionary<object, object> read_full()
Returns `Tensor` versions of the full Numpy arrays.
object read_full_dyn()
Returns `Tensor` versions of the full Numpy arrays.