Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Data
Method
Data
tensorflow/core/platform/tensor_coding.cc:116–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
const char* Data(uint32 size) override {
117
const char* data = reader_.data();
118
reader_.remove_prefix(size);
119
return data;
120
}
121
122
private:
123
StringPiece reader_;
Callers
4
main
Function · 0.45
AllocateTensor
Method · 0.45
DecodeResourceHandleList
Function · 0.45
DecodeVariantList
Function · 0.45
Calls
1
data
Method · 0.45
Tested by
1
main
Function · 0.36