MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ReadString

Method ReadString

tensorflow/core/lib/strings/ordered_code.cc:270–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270bool OrderedCode::ReadString(StringPiece* src, string* result) {
271 return ReadStringInternal(src, result);
272}
273
274bool OrderedCode::ReadNumIncreasing(StringPiece* src, uint64* result) {
275 if (src->empty()) {

Callers 2

ParseBytesListMethod · 0.45
ParseBytesFeatureFunction · 0.45

Calls 1

ReadStringInternalFunction · 0.85

Tested by

no test coverage detected