LostTech.TensorFlow : API Documentation

Type IModelFunction

Namespace tensorflow_estimator.python.estimator.export.function

Interfaces IAutoTrackable

Public instance methods

object add_mode(object fn, object mode, object input_signature)

object call(object mode, object features, object labels)

object evaluate(object features, object labels)

object predict(object features)

object train(object features, object labels)

Public properties

object variables get;