pub fn load_tpuembedding_centered_rmsprop_parameters<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    parameters: O0,
    ms: O1,
    mom: O2,
    mg: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for LoadTPUEmbeddingCenteredRMSPropParameters::new().build(parameters, ms, mom, mg, scope).