Function TVMFFITensorGetDLTensorPtr#
Defined in File c_api.h
Function Documentation#
-
inline DLTensor *TVMFFITensorGetDLTensorPtr(TVMFFIObjectHandle obj)#
Get the DLTensor pointer from an Tensor object.
- Parameters:
obj – The object handle.
- Returns:
The DLTensor pointer.