Searched refs:GRAPH_EXECUTION_TRACES (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | debug_events_writer.cc | 196 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()
|
D | debug_events_writer_test.cc | 318 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()
|
D | debug_events_writer.h | 40 GRAPH_EXECUTION_TRACES, enumerator
|
/external/tensorflow/tensorflow/python/client/ |
D | debug_events_writer_wrapper.cc | 100 tfdbg::DebugEventFileType::GRAPH_EXECUTION_TRACES); in PYBIND11_MODULE()
|