MCPcopy Create free account
hub / github.com/cosdata/cosdata / QuantizationError

Enum QuantizationError

src/quantization/mod.rs:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27#[derive(Debug)]
28pub enum QuantizationError {
29 InvalidInput(String),
30 TrainingFailed,
31 Untrained,
32}

Callers 1

quantize_to_u8Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected