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