pub fn load_tpuembedding_centered_rmsprop_parameters<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
    ctx: &'a Context,
    parameters: &T0,
    ms: &T1,
    mom: &T2,
    mg: &T3
) -> Result<()>
Expand description

Shorthand for LoadTPUEmbeddingCenteredRMSPropParameters::new().call(&ctx, &parameters, &ms, &mom, &mg).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/LoadTPUEmbeddingCenteredRMSPropParameters