Function tvm_sys::ffi::TVMArrayToDLPack  [−][src]
pub unsafe extern "C" fn TVMArrayToDLPack(
    from: TVMArrayHandle, 
    out: *mut *mut DLManagedTensor
) -> c_intExpand description
\brief Produce a DLMangedTensor from the array that shares data memory with the array. \param from The source array. \param out The DLManagedTensor handle. \return 0 when success, nonzero when failure happens
