MCPcopy Create free account
hub / github.com/apache/tvm-ffi / Tensor_AccessDLTensor

Function Tensor_AccessDLTensor

examples/abi_overview/example_code.c:170–173  ·  view source on GitHub ↗

[Tensor.AccessDLTensor.begin]

Source from the content-addressed store, hash-verified

168
169// [Tensor.AccessDLTensor.begin]
170DLTensor* Tensor_AccessDLTensor(TVMFFIObject* tensor) {
171 assert(tensor != NULL);
172 return (DLTensor*)((char*)tensor + sizeof(TVMFFIObject));
173}
174// [Tensor.AccessDLTensor.end]
175
176// [Tensor_FromDLPack.begin]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected