Home
last modified time | relevance | path

Searched refs:STACK_FRAMES (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.cc172 TF_RETURN_IF_ERROR(InitNonMetadataFile(STACK_FRAMES)); in Init()
211 return SerializeAndWriteDebugEvent(&debug_event, STACK_FRAMES); in WriteStackFrameWithId()
537 case STACK_FRAMES: in SelectWriter()
558 case STACK_FRAMES: in GetSuffix()
Ddebug_events_writer_test.cc186 ReadDebugEventProtos(writer, DebugEventFileType::STACK_FRAMES, &actuals); in TEST_F()
231 ReadDebugEventProtos(writer, DebugEventFileType::STACK_FRAMES, &actuals); in TEST_F()
312 ReadDebugEventProtos(writer, DebugEventFileType::STACK_FRAMES, &actuals); in TEST_F()
353 ReadDebugEventProtos(writer, DebugEventFileType::STACK_FRAMES, &actuals); in TEST_F()
420 ReadDebugEventProtos(writer, DebugEventFileType::STACK_FRAMES, &actuals); in TEST_F()
558 ReadDebugEventProtos(writer, DebugEventFileType::STACK_FRAMES, &actuals); in TEST_F()
672 ReadDebugEventProtos(writer, DebugEventFileType::STACK_FRAMES, &actuals); in TEST_F()
790 ReadDebugEventProtos(writer, DebugEventFileType::STACK_FRAMES, &actuals); in TEST_F()
Ddebug_events_writer.h37 STACK_FRAMES, enumerator
/external/tensorflow/tensorflow/python/client/
Ddebug_events_writer_wrapper.cc60 tfdbg::DebugEventFileType::STACK_FRAMES); in PYBIND11_MODULE()