Public instance methods
EstimatorSpec create_estimator_spec(IDictionary<object, object> features, string mode, IDictionary<string, string> labels)
EstimatorSpec create_estimator_spec(IDictionary<object, object> features, string mode, IEnumerable<object> labels)
EstimatorSpec create_estimator_spec(IDictionary<object, object> features, string mode, ValueTuple<IEnumerable<object>, object> labels)
object create_estimator_spec_dyn(object features, object mode, object labels)
Public properties
object logits_dimension get;
object logits_dimension_dyn get;
object optimizer get; set;
object state_manager get; set;