pub fn load_tpuembedding_adagrad_parameters_grad_accum_debug<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
parameters: O0,
accumulators: O1,
gradient_accumulators: O2,
scope: &mut Scope,
) -> Result<Operation>
Expand description
Shorthand for LoadTPUEmbeddingAdagradParametersGradAccumDebug::new().build(parameters, accumulators, gradient_accumulators, scope)
.