pub unsafe extern "C" fn nn_model_layer_parameter_data_str_len(
model: *const NNModel,
layer: usize,
key: *const c_char,
) -> usizeExpand description
Returns number of string elements in the data_str array for the specified layer and parameter key. This is a convenience wrapper around acquiring the parameter followed by acquiring the data.
@ref nn_model_parameter_data_str_len()
Returns number of string elements in the array.
@public @memberof NNModel @since 2.4