Skip to main content

diskann_vector/
half.rs

1/*
2 * Copyright (c) Microsoft Corporation.
3 * Licensed under the MIT license.
4 */
5
6// Legacy export.
7pub type Half = half::f16;