MCPcopy Create free account
hub / github.com/antgroup/vsag / GetNumElements

Method GetNumElements

src/algorithm/pyramid.cpp:414–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414int64_t
415Pyramid::GetNumElements() const {
416 return base_codes_->TotalCount();
417}
418
419void
420Pyramid::Serialize(StreamWriter& writer) const {

Callers 4

build_by_odescentMethod · 0.45
AddMethod · 0.45
TrainMethod · 0.45
BuildMethod · 0.45

Calls 1

TotalCountMethod · 0.45

Tested by

no test coverage detected