Function tensorflow::ops::cudnn_rnnparams_size
source · pub fn cudnn_rnnparams_size<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
num_layers: O0,
num_units: O1,
input_size: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for CudnnRNNParamsSize::new().build(num_layers, num_units, input_size, scope)
.