Docs.rs
mistralrs-quant-0.7.0
mistralrs-quant 0.7.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
EricLBuehler
Dependencies
byteorder ^1.5.0
normal
candle-core ^0.9.2
normal
candle-metal-kernels ^0.9.2
normal
optional
candle-nn ^0.9.2
normal
float8 ^0.6.0
normal
half ^2.7.1
normal
hf-hub ^0.4.3
normal
lazy_static ^1.5
normal
memmap2 ^0.9.9
normal
objc2-foundation ^0.3.2
normal
optional
objc2-metal ^0.3.2
normal
optional
paste ^1.0.15
normal
rayon ^1.11.0
normal
regex ^1.12.2
normal
safetensors ^0.7.0
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
thiserror ^2.0.18
normal
tokio ^1.49.0
normal
tracing ^0.1.44
normal
yoke ^0.8.1
normal
bindgen_cuda ^0.1.5
build
optional
Versions
18.72%
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
LeftshiftOp
mistralrs_
quant
0.7.0
Leftshift
Op
Required Methods
leftshift
Implementations on Foreign Types
Tensor
Implementors
In crate mistralrs_
quant
mistralrs_quant
Trait
Leftshift
Op
Copy item path
Source
pub trait LeftshiftOp { // Required method fn
leftshift
(&self, n:
usize
) ->
Result
<
Tensor
>; }
Required Methods
§
Source
fn
leftshift
(&self, n:
usize
) ->
Result
<
Tensor
>
Implementations on Foreign Types
§
Source
§
impl
LeftshiftOp
for
Tensor
Source
§
fn
leftshift
(&self, n:
usize
) ->
Result
<
Tensor
>
Implementors
§