pub trait TensorParams: RawParams { // Required methods fn rank(&self) -> usize; fn size(&self) -> usize; }
returns the number of dimensions of the parameter
returns the size of the parameter