Docs.rs
ternlang-compress-1.5.0
ternlang-compress 1.5.0
Permalink
Docs.rs crate page
LicenseRef-BSL-1.1
Links
Homepage
Repository
crates.io
Source
Owners
eriirfos-eng
Dependencies
anyhow ^1
normal
bincode ^1
normal
half ^2
normal
indicatif ^0.17
normal
optional
memmap2 ^0.9
normal
optional
rayon ^1
normal
optional
serde ^1
normal
serde_json ^1
normal
ternlang-core ^1.5.0
normal
ternlang-ml ^1.5.0
normal
thiserror ^1
normal
tracing ^0.1
normal
tempfile ^3
dev
Versions
77.92%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module quantize
ternlang_
compress
1.5.0
Module quantize
Module Items
Structs
Functions
In crate ternlang_
compress
ternlang_compress
Module
quantize
Copy item path
Source
Structs
§
PerLayer
Quant
The result of quantizing one weight tensor.
Functions
§
quantize_
layers
Single-threaded fallback.
quantize_
layers_
parallel
Quantize all layers of a model in parallel (requires
parallel
feature).