Function tensorflow::ops::conv2_d
source · pub fn conv2_d<O0: Into<Output>, O1: Into<Output>>(
input: O0,
filter: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for Conv2D::new().build(input, filter, scope)
.