Trait custos_math::custos::WithShape
source · pub trait WithShape<D, C> {
// Required method
fn with(device: D, array: C) -> Self;
}pub trait WithShape<D, C> {
// Required method
fn with(device: D, array: C) -> Self;
}