pub fn conv1d<'a, T: Borrow<Path<'a>>>( vs: T, i: i64, o: i64, k: i64, c: ConvConfig, ) -> Conv1D
Creates a new one dimension convolution layer.