Home
last modified time | relevance | path

Searched refs:WriteGraphExecutionTrace (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_writer.py121 def WriteGraphExecutionTrace(self, graph_execution_trace): member in DebugEventsWriter
132 _pywrap_debug_events_writer.WriteGraphExecutionTrace(
Ddebug_events_writer_test.py265 writer.WriteGraphExecutionTrace(trace)
290 writer.WriteGraphExecutionTrace(trace)
329 writer.WriteGraphExecutionTrace(trace)
481 writer.WriteGraphExecutionTrace(trace)
518 writer.WriteGraphExecutionTrace(trace)
589 writer.WriteGraphExecutionTrace(trace)
629 writer.WriteGraphExecutionTrace(trace)
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.h150 Status WriteGraphExecutionTrace(GraphExecutionTrace* graph_execution_trace);
167 Status WriteGraphExecutionTrace(const string& tfdbg_context_id,
Ddebug_events_writer.cc250 Status DebugEventsWriter::WriteGraphExecutionTrace( in WriteGraphExecutionTrace() function in tensorflow::tfdbg::DebugEventsWriter
275 Status DebugEventsWriter::WriteGraphExecutionTrace( in WriteGraphExecutionTrace() function in tensorflow::tfdbg::DebugEventsWriter
292 return WriteGraphExecutionTrace(trace.release()); in WriteGraphExecutionTrace()
Ddebug_events_writer_test.cc693 TF_ASSERT_OK(writer->WriteGraphExecutionTrace(trace)); in TEST_F()
718 TF_ASSERT_OK(writer->WriteGraphExecutionTrace(trace)); in TEST_F()
742 TF_ASSERT_OK(writer->WriteGraphExecutionTrace(trace)); in TEST_F()
767 TF_ASSERT_OK(writer->WriteGraphExecutionTrace(trace)); in TEST_F()
870 TF_ASSERT_OK(writer->WriteGraphExecutionTrace(trace)); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h436 OP_REQUIRES_OK(context, debug_events_writer->WriteGraphExecutionTrace( in Compute()