mistralrs::layers

Trait TensorInfExtend

Source
pub trait TensorInfExtend {
    // Required methods
    fn is_inf(&self) -> Result<Self, Error>
       where Self: Sized;
    fn any(&self) -> Result<bool, Error>;
}

Required Methods§

Source

fn is_inf(&self) -> Result<Self, Error>
where Self: Sized,

Source

fn any(&self) -> Result<bool, Error>

Implementors§