LostTech.TensorFlow : API Documentation

Type graph_actions

Namespace tensorflow.contrib.learn.graph_actions

Public static methods

object clear_summary_writers()

object clear_summary_writers_dyn()

object get_summary_writer(Byte[] logdir)

object get_summary_writer(string logdir)

object get_summary_writer_dyn(object logdir)

IEnumerator<object> run_feeds_iter(IDictionary<string, object> output_dict, IEnumerable<object> feed_dicts, object restore_checkpoint_path)

object run_feeds_iter_dyn(object output_dict, object feed_dicts, object restore_checkpoint_path)

Public properties

PythonFunctionContainer clear_summary_writers_fn get;

PythonFunctionContainer get_summary_writer_fn get;

PythonFunctionContainer run_feeds_iter_fn get;