tract_inference_model_input_name

Function tract_inference_model_input_name 

Source
pub unsafe extern "C" fn tract_inference_model_input_name(
    model: *const TractInferenceModel,
    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.