LostTech.TensorFlow : API Documentation

Type DatasetAdapter

Namespace tensorflow.python.keras.engine.data_adapter

Parent DataAdapter

Interfaces IDatasetAdapter

Public static methods

bool can_handle(IEnumerator<ValueTuple<ndarray, object>> x, IGraphNodeBase y)

bool can_handle(Dataset x, ndarray y)

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

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

bool can_handle(Dataset x, IGraphNodeBase y)

Public properties

object PythonObject get;