pub fn load_tpuembedding_proximal_yogi_parameters<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    parameters: O0,
    v: O1,
    m: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for LoadTPUEmbeddingProximalYogiParameters::new().build(parameters, v, m, scope).