LostTech.TensorFlow : API Documentation

Type TensorLikeDataAdapter

Namespace tensorflow.python.keras.engine.data_adapter

Parent DataAdapter

Interfaces ITensorLikeDataAdapter

Public instance methods

object partial_batch_size_dyn()

bool should_recreate_iterator(object _)

object should_recreate_iterator_dyn(object _)

Public static methods

bool can_handle(Sequence x, ndarray y)

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

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

bool can_handle(Sequence x, IGraphNodeBase y)

bool can_handle(object x, ndarray y)

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

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

Public properties

object PythonObject get;