MCPcopy Create free account
hub / github.com/PeizeSun/SparseR-CNN / shutdown

Method shutdown

demo_d2/predictor.py:214–216  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

212 return self.get()
213
214 def shutdown(self):
215 for _ in self.procs:
216 self.task_queue.put(AsyncPredictor._StopToken())
217
218 @property
219 def default_buffer_size(self):

Callers

nothing calls this directly

Calls 1

putMethod · 0.45

Tested by

no test coverage detected