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

Method back_prop

tensorflow/python/ops/control_flow_ops.py:886–889  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

884
885 @property
886 def back_prop(self):
887 if self.GetWhileContext():
888 self.GetWhileContext().back_prop
889 return False
890
891 def GetControlPivot(self):
892 return self._pivot

Callers

nothing calls this directly

Calls 1

GetWhileContextMethod · 0.45

Tested by

no test coverage detected