pub fn depthwise_conv_2_d<'c>(
    context: &'c Context,
    output: Type<'c>,
    input: Value<'c, '_>,
    weight: Value<'c, '_>,
    bias: Value<'c, '_>,
    pad: Attribute<'c>,
    stride: Attribute<'c>,
    dilation: Attribute<'c>,
    location: Location<'c>
) -> DepthwiseConv2DOperation<'c>
Expand description

Creates a depthwise_conv2d operation.