Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PeizeSun/SparseR-CNN
/ shutdown
Method
shutdown
demo/predictor.py:218–220 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
216
return
self.get()
217
218
def
shutdown(self):
219
for
_ in self.procs:
220
self.task_queue.put(AsyncPredictor._StopToken())
221
222
@property
223
def
default_buffer_size(self):
Callers
nothing calls this directly
Calls
1
put
Method · 0.45
Tested by
no test coverage detected