pub fn conv1d_weight_norm( in_c: usize, out_c: usize, kernel_size: usize, config: Conv1dConfig, vb: VarBuilder<'_>, ) -> Result<Conv1d>