Searched refs:event_str (Results 1 – 7 of 7) sorted by relevance
36 [](tensorflow::EventsWriter& self, const std::string& event_str) { in PYBIND11_MODULE() argument37 self.WriteSerializedEvent(event_str); in PYBIND11_MODULE()
49 event_str = 'E: (\d+)\.(\d+) ([0-9a-f]{4}) ([0-9a-f]{4}) ([-]?\d+)'50 event_pattern = re.compile(event_str)
105 void EventsWriter::WriteSerializedEvent(StringPiece event_str) { in WriteSerializedEvent() argument113 recordio_writer_->WriteRecord(event_str).IgnoreError(); in WriteSerializedEvent()
69 void WriteSerializedEvent(tensorflow::StringPiece event_str);
407 let event_str = format!("{:?}", event); in dump() localVariable408 write!(w, r#""{:60}","#, event_str)?; in dump()
634 string event_str; in DumpEventProtoToFile() local635 event_proto.SerializeToString(&event_str); in DumpEventProtoToFile()639 f->Append(event_str).IgnoreError(); in DumpEventProtoToFile()
3355 for event_str in btmon_events:3356 if 'Advertising Report' not in event_str:3360 if desired_str not in event_str: