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