MCPcopy 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

GetMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected