using System; using System.Collections.Generic; using System.Text; namespace Tensorflow.Summaries { public class EventsWriter { public EventsWriter(string file_prefix) { } public void _WriteSerializedEvent(byte[] event_str) { } } }