pub trait GetBiasDim<A, D>where
D: RemoveAxis,{
type Output;
// Required method
fn get_bias_dim(&self) -> Self::Output;
}pub trait GetBiasDim<A, D>where
D: RemoveAxis,{
type Output;
// Required method
fn get_bias_dim(&self) -> Self::Output;
}