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

Method back_prop

tensorflow/python/tpu/tpu.py:525–529  ·  view source on GitHub ↗

Forwards to the enclosing while context, if any.

(self)

Source from the content-addressed store, hash-verified

523
524 @property
525 def back_prop(self):
526 """Forwards to the enclosing while context, if any."""
527 if self.GetWhileContext():
528 return self.GetWhileContext().back_prop
529 return False
530
531 def GetControlPivot(self):
532 return self._pivot

Callers

nothing calls this directly

Calls 1

GetWhileContextMethod · 0.45

Tested by

no test coverage detected