Skip to main content

csharp_tensor_from_float_array

Function csharp_tensor_from_float_array 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn csharp_tensor_from_float_array( data: *const c_float, _data_len: c_int, shape: *const c_int, ndim: c_int, ) -> *mut TorshTensor
Expand description

C#-specific wrapper for tensor creation from float array