Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_idx1
Function · 0.45
ctc_nll_naive_npy
Function · 0.45
test_sliding_window
Function · 0.45
init_graph_rt
Function · 0.45
TensorWrapper
Method · 0.45
exit
Method · 0.45
dump
Method · 0.45
init_tensor
Function · 0.45
set_format
Method · 0.45
as_format
Method · 0.45
Calls
no outgoing calls
Tested by
2
ctc_nll_naive_npy
Function · 0.36
test_sliding_window
Function · 0.36