Searched defs:add_graph (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/testing/python/framework/
H A Dfake_summary_writer.py106 def add_graph(self, graph, global_step=None, graph_def=None): member in class:FakeSummaryWriter
/external/tensorflow/tensorflow/python/summary/writer/
H A Dwriter.py54 `add_event()`, or `add_graph()`.
57 the event file. (This is equivalent to calling `add_graph()` later).
82 self.add_graph(graph=graph, graph_def=graph_def)
161 def add_graph(self, graph, global_step=None, graph_def=None): member in class:SummaryToEventTransformer
303 `add_event()`, or `add_graph()`.
306 the event file. (This is equivalent to calling `add_graph()` later).

Completed in 461 milliseconds