Skip to main content

LeftshiftOp

Trait LeftshiftOp 

Source
pub trait LeftshiftOp {
    // Required method
    fn leftshift(&self, n: usize) -> Result<Tensor>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl LeftshiftOp for Tensor

Implementors§