Searched defs:event_str (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/
H A Devents_writer.cc101 void EventsWriter::WriteSerializedEvent(StringPiece event_str) { argument
109 recordio_writer_->WriteRecord(event_str).IgnoreError();
/external/webrtc/webrtc/modules/audio_processing/
H A Daudio_processing_impl.h139 std::string event_str; // Memory for protobuf serialization. member in struct:webrtc::AudioProcessingImpl::ApmDebugDumpThreadState
/external/tensorflow/tensorflow/core/debug/
H A Ddebug_io_utils.cc617 string event_str; local
618 event_proto.SerializeToString(&event_str);
622 f->Append(event_str).IgnoreError();

Completed in 296 milliseconds