Function tract::tract_model_input_name

source ·
#[no_mangle]
pub unsafe extern "C" fn tract_model_input_name(
    model: *const TractModel,
    input: usize,
    name: *mut *mut c_char
) -> TRACT_RESULT
Expand description

Query the name of a model input.

The returned name must be freed by the caller using tract_free_cstring.