[Tensor.AccessDLTensor.begin]
| 168 | |
| 169 | // [Tensor.AccessDLTensor.begin] |
| 170 | DLTensor* 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] |
nothing calls this directly
no outgoing calls
no test coverage detected