Type DataSet
Namespace tensorflow.contrib.learn.datasets.mnist
Parent PythonObjectContainer
Interfaces IDataSet
Methods
Properties
Public instance methods
ValueTuple<IList<object>, object> next_batch(object batch_size, bool fake_data, bool shuffle)
object next_batch_dyn(object batch_size, ImplicitContainer<T> fake_data, ImplicitContainer<T> shuffle)
Public static methods
DataSet NewDyn(object images, object labels, ImplicitContainer<T> fake_data, ImplicitContainer<T> one_hot, ImplicitContainer<T> dtype, ImplicitContainer<T> reshape, object seed)
Creates a model for running GMM training and inference.