Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ GetFloat
Method
GetFloat
graphlearn/src/service/tensor_impl.h:155–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
float GetFloat(int32_t index) const {
156
return float_buf_->Get(index);
157
}
158
159
double GetDouble(int32_t index) const {
160
return double_buf_->Get(index);
Callers
nothing calls this directly
Calls
2
Get
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected