pub unsafe extern "C" fn nn_model_layer_parameter_data_str(
model: *const NNModel,
layer: usize,
key: *const c_char,
index: usize,
) -> *const c_charExpand description
Returns string data for parameter
@ref nn_model_parameter_data_str()
Returns NULL if either the parameter is not found or the data is missing.
@public @memberof NNModel @since 2.4