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