LostTech.TensorFlow : API Documentation

Type ListsOfScalarsDataAdapter

Namespace tensorflow.python.keras.engine.data_adapter

Parent DataAdapter

Interfaces IListsOfScalarsDataAdapter

Public static methods

bool can_handle(Dataset x, IDictionary<string, object> y)

bool can_handle(Dataset x, IEnumerable<object> y)

bool can_handle(Dataset x, IGraphNodeBase y)

bool can_handle(Dataset x, ndarray y)

ListsOfScalarsDataAdapter NewDyn(object x, object y, object sample_weights, object batch_size, ImplicitContainer<T> shuffle, IDictionary<string, object> kwargs)

Public properties

object PythonObject get;