Function tensorflow::ops::cudnn_rnnv2
source · pub fn cudnn_rnnv2<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 CudnnRNNV2::new().build(input, input_h, input_c, params, scope)
.