Function tensorflow::ops::cudnn_rnnv3
source · pub fn cudnn_rnnv3<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
input: O0,
input_h: O1,
input_c: O2,
params: O3,
sequence_lengths: O4,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for CudnnRNNV3::new().build(input, input_h, input_c, params, sequence_lengths, scope)
.