pub fn linear_no_bias( in_dim: usize, out_dim: usize, vb: VarBuilder<'_>, ) -> Result<Linear>
Create or initialize a new linear layer without biases.