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

Method Read

tensorflow/lite/testing/message.cc:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87};
88
89bool Message::Read(std::istream* input, Message* message) {
90 MessageStack stack(message);
91 Tokenize(input, &stack);
92 return stack.valid();
93}
94
95} // namespace testing
96} // namespace tflite

Callers 3

decodeTensorFunction · 0.45
decodeMethod · 0.45
ReadEntireFileFunction · 0.45

Calls 2

TokenizeFunction · 0.85
validMethod · 0.45

Tested by

no test coverage detected