HomeSort by relevance Sort by last modified time
    Searched defs:EventsWriter (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/util/
events_writer.cc 33 EventsWriter::EventsWriter(const string& file_prefix)
39 EventsWriter::~EventsWriter() {
43 Status EventsWriter::Init() { return InitWithSuffix(""); }
45 Status EventsWriter::InitWithSuffix(const string& suffix) {
50 Status EventsWriter::InitIfNeeded() {
98 string EventsWriter::FileName() {
105 void EventsWriter::WriteSerializedEvent(StringPiece event_str) {
118 void EventsWriter::WriteEvent(const Event& event)
    [all...]
events_writer.h 31 class EventsWriter {
43 // The EventsWriter will append '.out.events.[timestamp].[hostname][suffix]'
47 explicit EventsWriter(const string& file_prefix);
48 ~EventsWriter();
93 TF_DISALLOW_COPY_AND_ASSIGN(EventsWriter);

Completed in 43 milliseconds