pub unsafe extern "C" fn vaal_postprocessing_nms(
    scores_tensor: *mut NNTensor,
    boxes_tensor: *mut NNTensor,
    cache_tensor: *mut NNTensor,
    score_threshold: f32,
    iou_threshold: f32,
    max_output_size_per_class: c_int,
    bbx_out_tensor: *mut NNTensor,
    bbx_out_dim_tensor: *mut NNTensor
) -> VAALError