nn_model_resource_meta

Function nn_model_resource_meta 

Source
pub unsafe extern "C" fn nn_model_resource_meta(
    resource: *const NNModelResource,
) -> *const c_char
Expand description

Returns the meta string for the resource.

@param resource pointer to a @ref NNModelResource retrieved from the model.

@returns A string with the meta parameter of the resource. @returns NULL if the resource or meta are NULL.

@public @memberof NNModelResource @since 2.4