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

Method grad_state

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

Source from the content-addressed store, hash-verified

878
879 @property
880 def grad_state(self):
881 if self.GetWhileContext():
882 return self.GetWhileContext().grad_state
883 return None
884
885 @property
886 def back_prop(self):

Callers

nothing calls this directly

Calls 1

GetWhileContextMethod · 0.45

Tested by

no test coverage detected