Skip to main content

tensor_set

Function tensor_set 

Source
pub unsafe fn tensor_set(tensor: &GgmlTensor, data: &[u8])
Expand description

Set tensor data from a byte slice.

ยงSafety

The tensor must be allocated and the data must be the correct size.