Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.cc196 TF_RETURN_IF_ERROR(InitNonMetadataFile(GRAPH_EXECUTION_TRACES)); in Init()
257 return SerializeAndWriteDebugEvent(&debug_event, GRAPH_EXECUTION_TRACES); in WriteGraphExecutionTrace()
313 case GRAPH_EXECUTION_TRACES: in WriteSerializedExecutionDebugEvent()
546 case GRAPH_EXECUTION_TRACES: in SelectWriter()
564 case GRAPH_EXECUTION_TRACES: in GetSuffix()
Ddebug_events_writer_test.cc318 ReadDebugEventProtos(writer, DebugEventFileType::GRAPH_EXECUTION_TRACES, in TEST_F()
676 ReadDebugEventProtos(writer, DebugEventFileType::GRAPH_EXECUTION_TRACES, in TEST_F()
698 ReadDebugEventProtos(writer, DebugEventFileType::GRAPH_EXECUTION_TRACES, in TEST_F()
722 ReadDebugEventProtos(writer, DebugEventFileType::GRAPH_EXECUTION_TRACES, in TEST_F()
750 ReadDebugEventProtos(writer, DebugEventFileType::GRAPH_EXECUTION_TRACES, in TEST_F()
775 ReadDebugEventProtos(writer, DebugEventFileType::GRAPH_EXECUTION_TRACES, in TEST_F()
874 ReadDebugEventProtos(writer, DebugEventFileType::GRAPH_EXECUTION_TRACES, in TEST_F()
Ddebug_events_writer.h40 GRAPH_EXECUTION_TRACES, enumerator
/external/tensorflow/tensorflow/python/client/
Ddebug_events_writer_wrapper.cc100 tfdbg::DebugEventFileType::GRAPH_EXECUTION_TRACES); in PYBIND11_MODULE()