LostTech.TensorFlow : API Documentation

Type TPUEstimator

Namespace tensorflow_estimator.python.estimator.tpu.tpu_estimator

Parent Estimator

Interfaces ITPUEstimator

Public instance methods

IDictionary<object, object> evaluate(string input_fn, int steps, IEnumerable<object> hooks, object checkpoint_path, string name)

IDictionary<object, object> evaluate(string input_fn, string steps, IEnumerable<object> hooks, object checkpoint_path, string name)

Public static methods

TPUEstimator NewDyn(object model_fn, object model_dir, object config, object params, ImplicitContainer<T> use_tpu, object train_batch_size, object eval_batch_size, object predict_batch_size, object batch_axis, ImplicitContainer<T> eval_on_tpu, ImplicitContainer<T> export_to_tpu, ImplicitContainer<T> export_to_cpu, object warm_start_from, object embedding_config_spec, ImplicitContainer<T> export_saved_model_api_version)

Public properties

object config get;

object config_dyn get;

object model_dir get;

object model_dir_dyn get;

object model_fn get;

object model_fn_dyn get;

object params get;

object params_dyn get;

object PythonObject get;