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

Function DecodeVariant

tensorflow/core/framework/variant.cc:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62template <>
63bool DecodeVariant(VariantTensorData* data, VariantTensorDataProto* value) {
64 data->ToProto(value);
65 return true;
66}
67
68template <>
69void EncodeVariant(const VariantTensorDataProto& value, string* buf) {

Callers 1

DecodeMethod · 0.70

Calls 2

ToProtoMethod · 0.45
ParseFromStringMethod · 0.45

Tested by

no test coverage detected