Skip to main content

tract_runnable_input_fact

Function tract_runnable_input_fact 

Source
pub unsafe extern "C" fn tract_runnable_input_fact(
    runnable: *const TractRunnable,
    input_id: usize,
    fact: *mut *mut TractFact,
) -> TRACT_RESULT
Expand description

Query the input fact of a runnable model.

Thre returned fact must be freed with tract_fact_destroy.