LostTech.TensorFlow : API Documentation

Type CompositeTensorDataAdapter

Namespace tensorflow.python.keras.engine.data_adapter

Parent DataAdapter

Interfaces ICompositeTensorDataAdapter

Public static methods

bool can_handle(ndarray x, ndarray y)

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

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

bool can_handle(ndarray x, IGraphNodeBase y)

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

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

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

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

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

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

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

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

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

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

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

Public properties

object PythonObject get;