Function tract::tract_inference_model_set_output_names

source ยท
#[no_mangle]
pub unsafe extern "C" fn tract_inference_model_set_output_names(
    model: *mut TractInferenceModel,
    len: usize,
    names: *const *const c_char
) -> TRACT_RESULT
Expand description

Change the model outputs nodes (by name).

names is an array containing len pointers to null terminated strings.