MCPcopy Index your code
hub / github.com/NVIDIA/TensorRT-LLM / DLManagedTensor

Class DLManagedTensor

tensorrt_llm/_dlpack_utils.py:67–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66# Define DLManagedTensor structure, with deleter prototype void(*deleter)(DLManagedTensor*)
67class DLManagedTensor(ctypes.Structure):
68 pass
69
70
71DLManagedTensor._fields_ = [

Callers 1

create_dlpack_capsuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected