pub fn depthwise_conv2d_native_backprop_filter<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input: &T0,
    filter_sizes: &T1,
    out_backprop: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for DepthwiseConv2dNativeBackpropFilter::new().call(&ctx, &input, &filter_sizes, &out_backprop).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/DepthwiseConv2dNativeBackpropFilter