MCPcopy Create free account
hub / github.com/alibaba/zvec / dimension

Method dimension

src/ailego/container/vector_array.h:365–367  ·  view source on GitHub ↗

Retrieve dimension of vector

Source from the content-addressed store, hash-verified

363
364 //! Retrieve dimension of vector
365 size_t dimension(void) const {
366 return dimension_;
367 }
368
369 //! Retrieve size of array in bytes
370 size_t bytes(void) const {

Callers 15

appendMethod · 0.45
replaceMethod · 0.45
appendMethod · 0.45
replaceMethod · 0.45
appendMethod · 0.45
replaceMethod · 0.45
init_centroids_kmc2Method · 0.45
init_centroids_afkmc2Method · 0.45
UpdateMatrixScoresMethod · 0.45
UpdateCacheScoresMethod · 0.45
UpdateBenchScoresMethod · 0.45
RandomSelectBenchesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected