Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Decode
Method
Decode
tensorflow/core/framework/variant.h:361–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
}
360
361
bool Decode(VariantTensorData data) override {
362
return DecodeVariant(&data, &value);
363
}
364
365
void Encode(string* buf) const override { EncodeVariant(value, buf); }
366
Callers
nothing calls this directly
Calls
1
DecodeVariant
Function · 0.70
Tested by
no test coverage detected