Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/
H A Dcpp_generator.cc58 void CppGenerator::WriteSourceFile() const { in WriteSourceFile() function in tensorflow::generator::CppGenerator
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Ddebug_events_writer.py56 def WriteSourceFile(self, source_file): member in DebugEventsWriter
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Ddebug_events_writer.cc201 Status DebugEventsWriter::WriteSourceFile(SourceFile* source_file) { in WriteSourceFile() function in tensorflow::tfdbg::DebugEventsWriter
H A Ddebug_events_writer_test.cc262 TEST_F(DebugEventsWriterTest, WriteSourceFile) { in TEST_F() argument