Public instance methods
object compile(object optimizer, object loss, object metrics, object loss_weights, object sample_weight_mode, object weighted_metrics, object target_tensors, IDictionary<string, object> kwargs)
object evaluate(object x, object y, object batch_size, object verbose, object sample_weight, object steps)
object fit(object x, object y, object batch_size, object epochs, object verbose, object callbacks, object validation_split, object validation_data, object shuffle, object class_weight, object sample_weight, object initial_epoch, object steps_per_epoch, object validation_steps, IDictionary<string, object> kwargs)
object predict(object x, object batch_size, object verbose, object steps, object max_queue_size, object workers, object use_multiprocessing)
object save(IDictionary<string, object> kw, Object[] args)
object save(Object[] args)
object save_weights(IDictionary<string, object> kw, Object[] args)
object save_weights(Object[] args)
Public properties
object cpu_optimizer get;
object optimizer get; set;