Type FakeSummaryWriter
Namespace tensorflow_estimator.python.estimator.hooks.fake_summary_writer
Parent PythonObjectContainer
Interfaces IFakeSummaryWriter
Methods
- add_graph
- add_graph_dyn
- add_meta_graph_dyn
- add_run_metadata
- add_run_metadata_dyn
- add_session_log
- add_session_log_dyn
- add_summary
- add_summary
- add_summary
- add_summary
- add_summary
- add_summary
- add_summary_dyn
- assert_summaries
- assert_summaries
- assert_summaries_dyn
- close
- close_dyn
- flush
- flush_dyn
- install_dyn<TClass>
- install<TClass>
- reopen
- reopen_dyn
- uninstall_dyn<TClass>
- uninstall<TClass>
Properties
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.