Rate This Document
Findability
Accuracy
Completeness
Readability

deserialize_from_mem

API Definition

def deserialize_to_mem(serialize_data: numpy.ndarray) -> int

Function

Deserializes the array into the searcher instance (KScaNN-specific addition).

Parameters

Parameter

Description

Data Type

Value Range

serialize_data

Array that stores the serialized index data.

numpy.ndarray

The value cannot be null.

Return Value

Data Type

Description

int

This API is a wrapper for an underlying C++ API, which controls exception handling.