LostTech.TensorFlow : API Documentation

Type SimpleFunctionalModel

Namespace tensorflow.python.distribute.model_collection.simple_models

Parent ModelAndInput

Interfaces ISimpleFunctionalModel

Public instance methods

int get_batch_size()

object get_batch_size_dyn()

ValueTuple<Tensor, object, object> get_data()

object get_data_dyn()

ValueTuple<Model, string> get_model(IDictionary<string, object> kwargs)

ValueTuple<Model, string> get_model()

object get_model_dyn(IDictionary<string, object> kwargs)

object get_model_dyn()

Public properties

object PythonObject get;