Home
last modified time | relevance | path

Searched defs:WriteEvent (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/base/
Dmetatrace.cc45 void MetaTrace::WriteEvent(char type, const char* evt_name, size_t cpu) { in WriteEvent() function in perfetto::base::MetaTrace
/external/tensorflow/tensorflow/core/util/
Devents_writer.cc118 void EventsWriter::WriteEvent(const Event& event) { in WriteEvent() function in tensorflow::EventsWriter
/external/tensorflow/tensorflow/core/summary/
Dsummary_file_writer.cc141 Status WriteEvent(std::unique_ptr<Event> event) override { in WriteEvent() function in tensorflow::__anonf5c561500111::SummaryFileWriter
Dsummary_file_writer_test.cc202 TEST_F(SummaryFileWriterTest, WriteEvent) { in TEST_F() argument
Dsummary_db_writer.cc938 Status WriteEvent(std::unique_ptr<Event> e) override { in WriteEvent() function in tensorflow::__anon3d888a760111::SummaryDbWriter
/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc750 bool DebugGrpcChannel::WriteEvent(const Event& event) { in WriteEvent() function in tensorflow::DebugGrpcChannel