pub fn load_all_tpuembedding_parameters<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>, O6: Into<Output>, O7: Into<Output>>(
    parameters: O0,
    auxiliary1: O1,
    auxiliary2: O2,
    auxiliary3: O3,
    auxiliary4: O4,
    auxiliary5: O5,
    auxiliary6: O6,
    auxiliary7: O7,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for LoadAllTPUEmbeddingParameters::new().build(parameters, auxiliary1, auxiliary2, auxiliary3, auxiliary4, auxiliary5, auxiliary6, auxiliary7, scope).