Function nn_model_parameter_data_f32

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

Returns parameter float data, 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