Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetWhileContext
Method · 0.45
Tested by
no test coverage detected