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

Class py_holder

dali/test/python/test_utils.py:586–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584 buff = {"data": (address, False), "shape": tuple(shape), "typestr": np.dtype(dtype).str}
585
586 class py_holder(object):
587 pass
588
589 holder = py_holder()
590 holder.__array_interface__ = buff

Callers 1

py_buffer_from_addressFunction · 0.85

Calls

no outgoing calls

Tested by 1

py_buffer_from_addressFunction · 0.68