Function tensorflow::ops::cudnn_rnn

source ·
pub fn cudnn_rnn<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    input: O0,
    input_h: O1,
    input_c: O2,
    params: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for CudnnRNN::new().build(input, input_h, input_c, params, scope).