MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / get_name

Method get_name

tensorflow/python/training/optimizer.py:411–412  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

409 # compute_gradients()->apply_gradients() sequence is safe.
410
411 def get_name(self):
412 return self._name
413
414 def doing_loss_scaling(self):
415 """Check if `_loss_scale` optimizer is performing loss scaling."""

Callers 5

apply_gradientsMethod · 0.95
_distributed_applyMethod · 0.95
__init__Method · 0.45
_distributed_applyMethod · 0.45
model_to_dotFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected