Function tensorflow::ops::sparse_apply_proximal_adagrad
source · pub fn sparse_apply_proximal_adagrad<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>, O6: Into<Output>>(
var: O0,
accum: O1,
lr: O2,
l1: O3,
l2: O4,
grad: O5,
indices: O6,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SparseApplyProximalAdagrad::new().build(var, accum, lr, l1, l2, grad, indices, scope)
.