Owned ternary-quantized vector (wraps [`UnifiedQuantizedVector`]).
| 25 | |
| 26 | /// Owned ternary-quantized vector (wraps [`UnifiedQuantizedVector`]). |
| 27 | pub struct TernaryQuantized(pub UnifiedQuantizedVector); |
| 28 | |
| 29 | impl AsRef<UnifiedQuantizedVector> for TernaryQuantized { |
| 30 | #[inline] |