MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / empty

Method empty

imperative/python/megengine/data/tools/_queue.py:173–174  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

171 return self.queue.qsize()
172
173 def empty(self):
174 return self.queue.empty()
175
176 def join(self):
177 self.queue.join()

Callers 15

__init__Method · 0.45
__call__Method · 0.45
parse_idx1Function · 0.45
ctc_nll_naive_npyFunction · 0.45
test_sliding_windowFunction · 0.45
init_graph_rtFunction · 0.45
TensorWrapperMethod · 0.45
exitMethod · 0.45
dumpMethod · 0.45
init_tensorFunction · 0.45
set_formatMethod · 0.45
as_formatMethod · 0.45

Calls

no outgoing calls

Tested by 2

ctc_nll_naive_npyFunction · 0.36
test_sliding_windowFunction · 0.36