Applies the gradient to the variable. Args: lr: A scalar or callable that returns the base learning rate. var_grad: A `.NestedMap` of (var, grad) pairs. weight: A scalar tensor that stores the weight of the gradients. Returns: The variable update op. Raises:
(self, lr, var_grad, weight=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected