LostTech.TensorFlow : API Documentation

Type FakeSummaryWriter

Namespace tensorflow_estimator.python.estimator.hooks.fake_summary_writer

Parent PythonObjectContainer

Interfaces IFakeSummaryWriter

Public instance methods

void add_graph(Graph graph, Nullable<int> global_step, object graph_def)

object add_graph_dyn(object graph, object global_step, object graph_def)

object add_meta_graph_dyn(object meta_graph_def, object global_step)

void add_run_metadata(object run_metadata, string tag, Nullable<int> global_step)

object add_run_metadata_dyn(object run_metadata, object tag, object global_step)

void add_session_log(object session_log, Nullable<int> global_step)

object add_session_log_dyn(object session_log, object global_step)

void add_summary(Byte[] summ, int current_global_step)

void add_summary(IEnumerable<object> summ, object current_global_step)

void add_summary(IEnumerable<object> summ, int current_global_step)

void add_summary(IEnumerable<object> summ, IEnumerable<object> current_global_step)

void add_summary(Byte[] summ, object current_global_step)

void add_summary(Byte[] summ, IEnumerable<object> current_global_step)

object add_summary_dyn(object summ, object current_global_step)

void assert_summaries(TestCase test_case, string expected_logdir, object expected_graph, IDictionary<int, object> expected_summaries, object expected_added_graphs, IEnumerable<object> expected_added_meta_graphs, object expected_session_logs)

void assert_summaries(TestCase test_case, Byte[] expected_logdir, object expected_graph, IDictionary<int, object> expected_summaries, object expected_added_graphs, IEnumerable<object> expected_added_meta_graphs, object expected_session_logs)

object assert_summaries_dyn(object test_case, object expected_logdir, object expected_graph, object expected_summaries, object expected_added_graphs, object expected_added_meta_graphs, object expected_session_logs)

void close()

Flushes the event file to disk and close the file.

Call this method when you do not need the summary writer anymore.

object close_dyn()

Flushes the event file to disk and close the file.

Call this method when you do not need the summary writer anymore.

void flush()

Flushes the event file to disk.

Call this method to make sure that all pending events have been written to disk.

object flush_dyn()

Flushes the event file to disk.

Call this method to make sure that all pending events have been written to disk.

void reopen()

Reopens the EventFileWriter.

Can be called after `close()` to add more events in the same directory. The events will go into a new events file.

Does nothing if the EventFileWriter was not closed.

object reopen_dyn()

Reopens the EventFileWriter.

Can be called after `close()` to add more events in the same directory. The events will go into a new events file.

Does nothing if the EventFileWriter was not closed.

Public static methods

object install_dyn<TClass>()

TClass install<TClass>()

object uninstall_dyn<TClass>()

TClass uninstall<TClass>()

Public properties

object PythonObject get;

IDictionary<object, IList<object>> summaries get;

object summaries_dyn get;