pub fn cudnn_rnncanonical_to_params<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
    num_layers: O0,
    num_units: O1,
    input_size: O2,
    weights: O3,
    biases: O4,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for CudnnRNNCanonicalToParams::new().build(num_layers, num_units, input_size, weights, biases, scope).