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

Function _RefEnterGrad

tensorflow/python/ops/control_flow_grad.py:236–237  ·  view source on GitHub ↗
(op, grad)

Source from the content-addressed store, hash-verified

234
235@ops.RegisterGradient("RefEnter")
236def _RefEnterGrad(op, grad):
237 return _EnterGrad(op, grad)
238
239
240@ops.RegisterGradient("LoopCond")

Callers

nothing calls this directly

Calls 1

_EnterGradFunction · 0.85

Tested by

no test coverage detected