MCPcopy Create free account
hub / github.com/alibaba/graph-learn / AddInt64

Method AddInt64

graphlearn/src/service/tensor_impl.h:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 void AddInt64(int64_t v) {
73 int64_buf_->Add(v);
74 size_ = int64_buf_->size();
75 }
76
77 void AddFloat(float v) {
78 float_buf_->Add(v);

Callers

nothing calls this directly

Calls 2

AddMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected