Function nn_model_name

Source
pub unsafe extern "C" fn nn_model_name(
    model: *const NNModel,
) -> *const c_char
Expand description

Returns the name of the given model object. Names are optional and if the model does not contain a name then NULL will be returned.

@public @memberof NNModel @since 2.0