Home
last modified time | relevance | path

Searched defs:sub_stream (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc49 GzipInputStream::GzipInputStream(ZeroCopyInputStream* sub_stream, Format format, in GzipInputStream()
205 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream) { in GzipOutputStream()
209 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream, in GzipOutputStream()
214 void GzipOutputStream::Init(ZeroCopyOutputStream* sub_stream, in Init()
/external/tensorflow/tensorflow/stream_executor/
Dstream.cc1303 Stream *sub_stream = pair.first.get(); in GetOrCreateSubStream() local
1331 Stream *sub_stream = sub_streams_.back().first.get(); in GetOrCreateSubStream() local
1342 void Stream::ReturnSubStream(Stream *sub_stream) { in ReturnSubStream()