MCPcopy 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
87def 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
94def run_test(args):

Callers 1

run_testFunction · 0.70

Calls 1

printFunction · 0.85

Tested by

no test coverage detected