serialize_to_mem
API Definition
def serialize_to_mem() -> numpy.ndarray
Function
Stores the built index into an array (KScaNN-specific addition).
Parameters
None
Return Value
Data Type |
Description |
|---|---|
numpy.ndarray |
Array that stores the serialized index data. |
Parent topic: Python APIs