tensorflow::ops

Function load_tpuembedding_proximal_yogi_parameters_grad_accum_debug

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

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