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