Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ print_args
Function
print_args
dali/test/python/test_coco_tfrecord.py:87–91 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
85
86
87
def
print_args(args):
88
print(
"Args values:"
)
89
for
arg in vars(args):
90
print(
"{0} = {1}"
.format(arg, getattr(args, arg)))
91
print()
92
93
94
def
run_test(args):
Callers
1
run_test
Function · 0.70
Calls
1
print
Function · 0.85
Tested by
no test coverage detected