Function nn_model_parameter_data_i32

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

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