Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ offset
Method
offset
include/singa/core/common.h:78–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
size_t size() const { return size_; }
78
size_t offset() const { return offset_; }
79
int IncRefCount() {
80
return ++ref_count_; // Note do not use ref_count_++;
81
}
Callers
1
run_inference_shared_memory_write_once
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected