pub unsafe extern "C" fn nn_model_parameter_data_raw(
    parameter: *const NNModelParameter,
    length: *mut usize
) -> *const u8
Expand description

Returns parameter raw data pointer, length of the array is optionally stored into the length parameter if non-NULL.

If parameter does not have this data type, then NULL is returned.

@public @memberof NNModelParameter @since 2.4