Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ get_default
Method
get_default
tensorflow/python/framework/ops.py:5345–5346 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5343
self.stack = []
5344
5345
def
get_default(self):
5346
return
self.stack[-1]
if
len(self.stack) >= 1
else
None
5347
5348
def
reset(self):
5349
self.stack = []
Callers
4
testNotEntered
Method · 0.45
get_default_session
Function · 0.45
get_default
Method · 0.45
get_default_graph
Function · 0.45
Calls
no outgoing calls
Tested by
1
testNotEntered
Method · 0.36