Home
last modified time | relevance | path

Searched defs:WriteSourceFile (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_writer.py60 def WriteSourceFile(self, source_file): member in DebugEventsWriter
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.cc201 Status DebugEventsWriter::WriteSourceFile(SourceFile* source_file) { in WriteSourceFile() function in tensorflow::tfdbg::DebugEventsWriter
Ddebug_events_writer_test.cc262 TEST_F(DebugEventsWriterTest, WriteSourceFile) { in TEST_F() argument