pub unsafe extern "C" fn nn_tensor_zeros(
    tensor: *const NNTensor,
    n_zeros: *mut usize
) -> *const i32
Expand description

Returns the zero-points for the tensor and optionally the number of zero-points.

@public @memberof NNTensor @since 2.4