Function nn_model_parameter_data_i16

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

Returns parameter int16_t 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