Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ __del__
Method
__del__
tensorflow/python/keras/utils/data_utils.py:670–672 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
668
_SHARED_SEQUENCES[self.uid] = None
669
670
def
__del__(self):
671
if
self.is_running():
672
self.stop()
673
674
@abstractmethod
675
def
_run(self):
Callers
nothing calls this directly
Calls
2
is_running
Method · 0.95
stop
Method · 0.95
Tested by
no test coverage detected