MCPcopy Create free account
hub / github.com/apache/singa / end

Method end

python/singa/data.py:118–122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

116 return x, y
117
118 def end(self):
119 if self.p is not None:
120 self.stop = True
121 time.sleep(0.1)
122 self.p.terminate()
123
124 def run(self):
125 img_list = []

Callers 1

data.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected