tensorflow::ops

Function depthwise_conv2d_native

Source
pub fn depthwise_conv2d_native<O0: Into<Output>, O1: Into<Output>>(
    input: O0,
    filter: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for DepthwiseConv2dNative::new().build(input, filter, scope).