MCPcopy 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

setUpMethod · 0.45
RunCppShapeInferenceImplFunction · 0.45
resetMethod · 0.45
reset_default_graphFunction · 0.45
NewRandomAccessFileMethod · 0.45

Calls

no outgoing calls

Tested by 2

setUpMethod · 0.36
NewRandomAccessFileMethod · 0.36