pub trait TryIntoDType {
// Required method
fn try_into_dtype(&self, devices: &[&Device], silent: bool) -> Result<DType>;
}
Expand description
Type which can be converted to a DType
pub trait TryIntoDType {
// Required method
fn try_into_dtype(&self, devices: &[&Device], silent: bool) -> Result<DType>;
}
Type which can be converted to a DType