testNormalizeEmbedding function
Test-only: exposes the private embedding-normalization logic for unit tests.
Implementation
@visibleForTesting
Float32List testNormalizeEmbedding(Float32List embedding) =>
_normalizeEmbeddingImpl(embedding);
Test-only: exposes the private embedding-normalization logic for unit tests.
@visibleForTesting
Float32List testNormalizeEmbedding(Float32List embedding) =>
_normalizeEmbeddingImpl(embedding);