mistralrs_
quant
0.5.0
Leftshift
Op
Required Methods
leftshift
Implementations on Foreign Types
Tensor
Implementors
In crate mistralrs_
quant
mistralrs_quant
Trait
LeftshiftOp
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
§