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

Method FactoryComputer

src/datacell/sparse_vector_datacell.h:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 ComputerInterfacePtr
46 FactoryComputer(const void* query) override {
47 return this->factory_computer(static_cast<const float*>(query));
48 }
49
50 bool
51 Decode(const uint8_t* codes, DataType* vector) override {

Callers 1

factory_computerMethod · 0.45

Calls 1

factory_computerMethod · 0.95

Tested by

no test coverage detected