pub unsafe extern "C" fn nn_model_layer_parameter_data_i16(
model: *const NNModel,
layer: usize,
key: *const c_char,
length: *mut usize,
) -> *const i16Expand description
Returns int16 data for parameter
@ref nn_model_parameter_data_i16()
Returns NULL if either the parameter is not found or the data is missing.
@public @memberof NNModel @since 2.4