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

Class A

dali/test/python/test_dali_proxy.py:620–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618 self.parent = parent
619
620 class A:
621 def __init__(self):
622 self.child = B(self)
623
624 objs = [A() for _ in range(3)]
625 dali_server.produce_data(objs)

Callers 2

mat.hFile · 0.85

Calls

no outgoing calls