[][src]Type Definition tfrecord::writer::ExampleWriter

type ExampleWriter<W> = RecordWriter<Example, W>;

Alias to RecordWriter which input record type is Example.