Trait ella_tensor::shape::IntoShape
source · pub trait IntoShape: Debug + Clone {
type Shape: Shape;
// Required method
fn into_shape(self) -> Self::Shape;
}pub trait IntoShape: Debug + Clone {
type Shape: Shape;
// Required method
fn into_shape(self) -> Self::Shape;
}