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

Method empty

src/util/matrix.h:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 size_t innerSize() const { return (rowMajor() ? cols() : rows()); }
97 size_t outerSize() const { return (rowMajor() ? rows() : cols()); }
98 bool empty() const { return (rows() == 0 && cols() == 0); }
99
100 SArray<V> value() const { return value_; }
101

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected