Function tensorflow::ops::sparse_apply_centered_rmsprop
source · pub fn sparse_apply_centered_rmsprop<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>, O6: Into<Output>, O7: Into<Output>, O8: Into<Output>, O9: Into<Output>>(
var: O0,
mg: O1,
ms: O2,
mom: O3,
lr: O4,
rho: O5,
momentum: O6,
epsilon: O7,
grad: O8,
indices: O9,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SparseApplyCenteredRMSProp::new().build(var, mg, ms, mom, lr, rho, momentum, epsilon, grad, indices, scope)
.