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