Searched refs:GraphDump (Results 1 – 2 of 2) sorted by relevance
862 class GraphDump(BaseMonitor): class884 super(GraphDump, self).__init__()885 self._ignore_ops = ignore_ops or GraphDump.IGNORE_OPS889 super(GraphDump, self).begin(max_steps=max_steps)903 super(GraphDump, self).step_begin(step)907 super(GraphDump, self).step_end(step, output)
526 monitor0 = learn.monitors.GraphDump()527 monitor1 = learn.monitors.GraphDump()