Trait ndarray_conv::Conv2DExt
source · pub trait Conv2DExt<T: NumAssign + Copy, S: Data> {
fn conv_2d(&self, kernel: &ArrayBase<S, Ix2>) -> Option<Array2<T>>;
}
pub trait Conv2DExt<T: NumAssign + Copy, S: Data> {
fn conv_2d(&self, kernel: &ArrayBase<S, Ix2>) -> Option<Array2<T>>;
}