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

Returns the list of model input indices and optionally the number of inputs.

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

@public @memberof NNModel @since 2.4