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

Method empty

src/data/stream_reader.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 SArray<uint64> col_idx;
42 SArray<uint16> row_siz;
43 bool empty() { return val.empty() && col_idx.empty() && row_siz.empty(); }
44 // void clear() { val.clear(); col_idx.clear(); row_siz.clear(); }
45 };
46 std::vector<VSlot> vslots_;

Callers 3

fillMatricesMethod · 0.45
readOneFileMethod · 0.45
offsetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected