pub fn load_tpuembedding_mdladagrad_light_parameters<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
parameters: O0,
accumulators: O1,
weights: O2,
benefits: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for LoadTPUEmbeddingMDLAdagradLightParameters::new().build(parameters, accumulators, weights, benefits, scope)
.