Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.cc151 auto p = input->ReadTagWithCutoff(127); in ParseTensorSubmessage()
223 auto p = input.ReadTagWithCutoff(127); in ParseFast()
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h283 std::pair<uint32, bool> ReadTagWithCutoff(uint32 cutoff) { in ReadTagWithCutoff() function