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

Function ParseProtoUnlimited

tensorflow/core/platform/protobuf_util.cc:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace tensorflow {
19
20bool ParseProtoUnlimited(protobuf::MessageLite* proto,
21 const string& serialized) {
22 return proto->ParseFromString(serialized);
23}
24
25bool ParseProtoUnlimited(protobuf::MessageLite* proto, const void* serialized,
26 size_t size) {

Callers 15

InitStarClientTagFunction · 0.85
InitStarServerTagFunction · 0.85
CreateTreeVariableOpMethod · 0.85
ComputeMethod · 0.85
TreeDeserializeOpMethod · 0.85
ComputeMethod · 0.85
TreePredictionsV4OpMethod · 0.85
TraverseTreeV4OpMethod · 0.85
UpdateModelV4OpMethod · 0.85
FeatureUsageCountsOpMethod · 0.85
ComputeMethod · 0.85

Calls 1

ParseFromStringMethod · 0.45

Tested by 9

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
ReadEventProtoFunction · 0.68
GetDataMethod · 0.68
CheckEntriesMethod · 0.68
TESTFunction · 0.68