#[unsafe(no_mangle)]pub unsafe extern "C" fn ghostflow_tensor_zeros(
shape: *const usize,
shape_len: usize,
out: *mut *mut GhostFlowTensor,
) -> GhostFlowErrorExpand description
Create a tensor filled with zeros
#[unsafe(no_mangle)]pub unsafe extern "C" fn ghostflow_tensor_zeros(
shape: *const usize,
shape_len: usize,
out: *mut *mut GhostFlowTensor,
) -> GhostFlowErrorCreate a tensor filled with zeros