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

Shorthand for CudnnRNNParamsToCanonical::new().build(num_layers, num_units, input_size, params, scope).