Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ AddOp
Method
AddOp
tensorflow/python/ops/control_flow_ops.py:971–972 ·
view source on GitHub ↗
(self, op)
Source
from the content-addressed store, hash-verified
969
return
result
970
971
def
AddOp(self, op):
972
self._AddOpInternal(op)
973
974
def
_AddOpInternal(self, op):
975
""
"Add `op` to the current context."
""
Callers
nothing calls this directly
Calls
1
_AddOpInternal
Method · 0.95
Tested by
no test coverage detected