MCPcopy Create free account
hub / github.com/apache/singa / size

Method size

include/singa/core/common.h:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 void free_data();
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_++;

Callers 6

SizeMethod · 0.45
icasecmpFunction · 0.45
ToLowerCaseFunction · 0.45
ForwardMethod · 0.45
BackwardMethod · 0.45
LayerClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected