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:5348–5349 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5346
return
self.stack[-1]
if
len(self.stack) >= 1
else
None
5347
5348
def
reset(self):
5349
self.stack = []
5350
5351
def
is_cleared(self):
5352
return
not self.stack
Callers
5
setUp
Method · 0.45
RunCppShapeInferenceImpl
Function · 0.45
reset
Method · 0.45
reset_default_graph
Function · 0.45
NewRandomAccessFile
Method · 0.45
Calls
no outgoing calls
Tested by
2
setUp
Method · 0.36
NewRandomAccessFile
Method · 0.36