MCPcopy Create free account
hub / github.com/dmlc/parameter_server / index

Method index

src/util/sparse_matrix.h:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58 bool binary() const { return this->info_.type() == MatrixInfo::SPARSE_BINARY; }
59 SArray<I> index() const { return index_; }
60 SArray<size_t> offset() const { return offset_; }
61
62 size_t memSize() const {

Callers 2

countUniqIndexMethod · 0.45
remapIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected