Searched defs:WriteEvent (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/src/base/ | ||
D | metatrace.cc | 45 void MetaTrace::WriteEvent(char type, const char* evt_name, size_t cpu) { in WriteEvent() function in perfetto::base::MetaTrace |
/external/tensorflow/tensorflow/core/util/ | ||
D | events_writer.cc | 118 void EventsWriter::WriteEvent(const Event& event) { in WriteEvent() function in tensorflow::EventsWriter |
/external/tensorflow/tensorflow/core/summary/ | ||
D | summary_file_writer.cc | 141 Status WriteEvent(std::unique_ptr<Event> event) override { in WriteEvent() function in tensorflow::__anonf5c561500111::SummaryFileWriter |
D | summary_file_writer_test.cc | 202 TEST_F(SummaryFileWriterTest, WriteEvent) { in TEST_F() argument |
D | summary_db_writer.cc | 938 Status WriteEvent(std::unique_ptr<Event> e) override { in WriteEvent() function in tensorflow::__anon3d888a760111::SummaryDbWriter |
/external/tensorflow/tensorflow/core/debug/ | ||
D | debug_io_utils.cc | 750 bool DebugGrpcChannel::WriteEvent(const Event& event) { in WriteEvent() function in tensorflow::DebugGrpcChannel |