MCPcopy Index your code
hub / github.com/apache/tvm / getDLTensorFromArrayHandle

Method getDLTensorFromArrayHandle

web/src/runtime.ts:700–702  ·  view source on GitHub ↗
(handle: Pointer)

Source from the content-addressed store, hash-verified

698 }
699
700 private getDLTensorFromArrayHandle(handle: Pointer): Pointer {
701 return handle + SizeOf.ObjectHeader;
702 }
703}
704
705

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected