Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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*)
67
class
DLManagedTensor(ctypes.Structure):
68
pass
69
70
71
DLManagedTensor._fields_ = [
Callers
1
create_dlpack_capsule
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected