LostTech.TensorFlow : API Documentation

Type DataAdapter

Namespace tensorflow.python.keras.engine.data_adapter

Parent PythonObjectContainer

Interfaces IDataAdapter

Public instance methods

Nullable<int> batch_size()

object batch_size_dyn()

object get_dataset()

object get_dataset_dyn()

Nullable<int> get_size()

object get_size_dyn()

bool has_partial_batch()

object has_partial_batch_dyn()

Nullable<int> partial_batch_size()

Public static methods

bool can_handle(object x, IGraphNodeBase y)

object can_handle_dyn(object x, object y)

Public properties

object PythonObject get;