Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc294 const void* stream_alias; in ParseString() local
296 if (!stream->GetDirectBufferPointer(&stream_alias, &stream_size)) { in ParseString()
300 *result = StringPiece(static_cast<const char*>(stream_alias), length); in ParseString()