Searched refs:stream_alias (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing.cc272 const void* stream_alias; local
274 if (!stream->GetDirectBufferPointer(&stream_alias, &stream_size)) {
278 *result = StringPiece(static_cast<const char*>(stream_alias), length);

Completed in 67 milliseconds