Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
bool 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
decodeTensor
Function · 0.45
decode
Method · 0.45
ReadEntireFile
Function · 0.45
Calls
2
Tokenize
Function · 0.85
valid
Method · 0.45
Tested by
no test coverage detected