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