Function tract::tract_model_property_names

source ·
#[no_mangle]
pub unsafe extern "C" fn tract_model_property_names(
    model: *const TractModel,
    names: *mut *mut i8
) -> TRACT_RESULT
Expand description

Query the properties names of a model.

The “names” array should be big enough to fit tract_model_property_count string pointers.

Each name will have to be freed using tract_free_cstring.