Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ AddInt32
Method
AddInt32
graphlearn/src/service/tensor_impl.h:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void AddInt32(int32_t v) {
68
int32_buf_->Add(v);
69
size_ = int32_buf_->size();
70
}
71
72
void AddInt64(int64_t v) {
73
int64_buf_->Add(v);
Callers
nothing calls this directly
Calls
2
Add
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected