pub unsafe extern "C" fn tract_runnable_input_fact(
runnable: *const TractRunnable,
input_id: usize,
fact: *mut *mut TractFact,
) -> TRACT_RESULTExpand description
Query the input fact of a runnable model.
Thre returned fact must be freed with tract_fact_destroy.