Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ AddOp
Method
AddOp
tensorflow/python/tpu/tpu.py:1557–1558 ·
view source on GitHub ↗
(self, op)
Source
from the content-addressed store, hash-verified
1555
self._name = name
1556
1557
def
AddOp(self, op):
1558
self._AddOpInternal(op)
1559
1560
def
_AddOpInternal(self, op):
1561
# pylint: disable=protected-access
Callers
nothing calls this directly
Calls
1
_AddOpInternal
Method · 0.95
Tested by
no test coverage detected