Function cntk::ops::convolution
[−]
[src]
pub fn convolution<T: Into<Variable>, U: Into<Variable>>(
convmap: T,
y: U,
strides: &Shape
) -> Function