Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ QueueMeta
Class
QueueMeta
dali/python/nvidia/dali/_multiproc/shared_queue.py:23–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
23
class
QueueMeta(Structure):
24
_fields = (
"capacity"
,
"i"
), (
"size"
,
"i"
), (
"begining"
,
"i"
), (
"is_closed"
,
"i"
)
25
26
27
class
ShmQueue:
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected