Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.cc79 const void* stream_alias; in ParseString() local
81 if (!stream->GetDirectBufferPointer(&stream_alias, &stream_size)) { in ParseString()
85 *result = StringPiece(static_cast<const char*>(stream_alias), length); in ParseString()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc370 const void* stream_alias; in ParseString() local
372 if (!stream->GetDirectBufferPointer(&stream_alias, &stream_size)) { in ParseString()
376 *result = StringPiece(static_cast<const char*>(stream_alias), length); in ParseString()