Function tvm::runtime::function::ffi::TVMArrayToDLPack[][src]

pub unsafe extern "C" fn TVMArrayToDLPack(
    from: *mut DLTensor,
    out: *mut *mut DLManagedTensor
) -> i32
Expand 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