LostTech.TensorFlow : API Documentation

Type TPUEstimatorSpec

Namespace tensorflow_estimator.python.estimator.tpu.tpu_estimator

Parent _TPUEstimatorSpec

Interfaces ITPUEstimatorSpec

Public instance methods

object as_estimator_spec_dyn()

Public static methods

TPUEstimatorSpec NewDyn(object mode, object predictions, object loss, object train_op, object eval_metrics, object export_outputs, object scaffold_fn, object host_call, object training_hooks, object evaluation_hooks, object prediction_hooks)

Public properties

object eval_metrics get; set;

object evaluation_hooks get; set;

object export_outputs get; set;

object host_call get; set;

object loss get; set;

object mode get; set;

object prediction_hooks get; set;

object predictions get; set;

object PythonObject get;

object scaffold_fn get; set;

object train_op get; set;

object training_hooks get; set;