Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_writer.py72 def WriteStackFrameWithId(self, stack_frame_with_id): member in DebugEventsWriter
83 _pywrap_debug_events_writer.WriteStackFrameWithId(self._dump_root,
Ddebug_events_writer_test.py83 writer.WriteStackFrameWithId(stack_frame)
151 writer.WriteStackFrameWithId(stack_frame)
Ddumping_callback.py283 writer.WriteStackFrameWithId(stack_frame_with_id)
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.h134 Status WriteStackFrameWithId(StackFrameWithId* stack_frame_with_id);
Ddebug_events_writer_test.cc347 TF_ASSERT_OK(writer->WriteStackFrameWithId(stack_frame_1)); in TEST_F()
348 TF_ASSERT_OK(writer->WriteStackFrameWithId(stack_frame_2)); in TEST_F()
527 TF_ASSERT_OK(writer->WriteStackFrameWithId(stack_frame)); in TEST_F()
Ddebug_events_writer.cc207 Status DebugEventsWriter::WriteStackFrameWithId( in WriteStackFrameWithId() function in tensorflow::tfdbg::DebugEventsWriter