MCPcopy 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 }

Calls

no outgoing calls

Tested by

no test coverage detected