pub trait ExactDimParams: TensorParams {
type Shape: ?Sized;
// Required method
fn shape(&self) -> &Self::Shape;
}pub trait ExactDimParams: TensorParams {
type Shape: ?Sized;
// Required method
fn shape(&self) -> &Self::Shape;
}