Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ reset
Method
reset
tensorflow/python/framework/ops.py:5548–5550 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5546
return
self._global_default_graph
5547
5548
def
reset(self):
5549
super(_DefaultGraphStack, self).reset()
5550
self._global_default_graph = None
5551
5552
@tf_contextlib.contextmanager
5553
def
get_controller(self, default):
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected