You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functional.cleanup(input: Tensor, memory: Tensor, threshold=0.0) -> Tensor returns the hypervector in memory that is most similar to the input hypervector. If the similarity is less than the threshold an IndexNotFound error should be thrown.