MCPcopy Create free account
hub / github.com/NVIDIA/DALI / sample_desc

Class sample_desc

dali/test/python/reader/test_coco.py:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31class sample_desc:
32 def __init__(self, id, cls, mapped_cls):
33 self.id = id
34 self.cls = cls
35 self.mapped_cls = mapped_cls
36
37
38test_data = {

Callers 1

test_coco.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected