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

Method binary

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

Source from the content-addressed store, hash-verified

56 MatrixPtr<V> rowBlock(SizeR range) const;
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

Callers 4

computeGradientMethod · 0.80
updateDualMethod · 0.80
runMethod · 0.80
dotTimesMethod · 0.80

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected