Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ get_values
Method
get_values
dali/python/nvidia/dali/_multiproc/struct_message.py:53–54 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
51
setattr(self, field_name, value)
52
53
def
get_values(self):
54
return
tuple(getattr(self, field_name)
for
field_name, _ in self._fields)
55
56
def
pack_into(self, buf, offset):
57
try
:
Callers
3
pack_into
Method · 0.95
_test_queue_recv
Function · 0.80
_test_queue_large
Function · 0.80
Calls
no outgoing calls
Tested by
2
_test_queue_recv
Function · 0.64
_test_queue_large
Function · 0.64