LostTech.TensorFlow : API Documentation

Type DataSet

Namespace tensorflow.contrib.learn.datasets.mnist

Parent PythonObjectContainer

Interfaces IDataSet

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.

Public properties

int epochs_completed get;

object epochs_completed_dyn get;

IList<object> images get;

object images_dyn get;

object labels get;

object labels_dyn get;

int num_examples get;

object num_examples_dyn get;

bool one_hot get; set;

object PythonObject get;