MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / flush

Method flush

tensorflow/python/eager/context.py:93–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91 return self._data.get(key, None)
92
93 def flush(self):
94 self._data = {}
95
96
97class FunctionCallOptions(object):

Callers 1

_clear_cachesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected