Function tensorflow::ops::cudnn_rnnbackprop_v3
source · pub fn cudnn_rnnbackprop_v3<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>, O6: Into<Output>, O7: Into<Output>, O8: Into<Output>, O9: Into<Output>, O10: Into<Output>, O11: Into<Output>, O12: Into<Output>>(
input: O0,
input_h: O1,
input_c: O2,
params: O3,
sequence_lengths: O4,
output: O5,
output_h: O6,
output_c: O7,
output_backprop: O8,
output_h_backprop: O9,
output_c_backprop: O10,
reserve_space: O11,
host_reserved: O12,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for CudnnRNNBackpropV3::new().build(input, input_h, input_c, params, sequence_lengths, output, output_h, output_c, output_backprop, output_h_backprop, output_c_backprop, reserve_space, host_reserved, scope)
.