Function tvm_sys::ffi::TVMArrayCopyFromBytes  [−][src]
pub unsafe extern "C" fn TVMArrayCopyFromBytes(
    handle: TVMArrayHandle, 
    data: *mut c_void, 
    nbytes: size_t
) -> c_intExpand description
\brief Copy array data from CPU byte array. \param handle The array handle. \param data the data pointer \param nbytes The number of bytes to copy. \return 0 when success, nonzero when failure happens
