nn_model_outputs

Function nn_model_outputs 

Source
pub unsafe extern "C" fn nn_model_outputs(
    model: *const NNModel,
    n_outputs: *mut usize,
) -> *const u32
Expand description

Returns the list of model output indices and optionally the number of outputs.

If the field is missing from the model 0 is returned.

@public @memberof NNModel @since 2.4