#[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 TorshTensorExpand description
C#-specific wrapper for tensor creation from float array