Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ _RefMergeGrad
Function
_RefMergeGrad
tensorflow/python/ops/control_flow_grad.py:142–143 ·
view source on GitHub ↗
(op, grad, _)
Source
from the content-addressed store, hash-verified
140
141
@ops.RegisterGradient(
"RefMerge"
)
142
def
_RefMergeGrad(op, grad, _):
143
return
_MergeGrad(op, grad, _)
144
145
146
@ops.RegisterGradient(
"Exit"
)
Callers
nothing calls this directly
Calls
1
_MergeGrad
Function · 0.85
Tested by
no test coverage detected