Searched defs:WriteSourceFile (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/ | ||
H A D | cpp_generator.cc | 58 void CppGenerator::WriteSourceFile() const { in WriteSourceFile() function in tensorflow::generator::CppGenerator |
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/ | ||
H A D | debug_events_writer.py | 56 def WriteSourceFile(self, source_file): member in DebugEventsWriter |
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ | ||
H A D | debug_events_writer.cc | 201 Status DebugEventsWriter::WriteSourceFile(SourceFile* source_file) { in WriteSourceFile() function in tensorflow::tfdbg::DebugEventsWriter |
H A D | debug_events_writer_test.cc | 262 TEST_F(DebugEventsWriterTest, WriteSourceFile) { in TEST_F() argument |