tract_model_profile_json

Function tract_model_profile_json 

Source
pub unsafe extern "C" fn tract_model_profile_json(
    model: *mut TractModel,
    inputs: *mut *mut TractValue,
    states: *const *const TractValue,
    n_states: usize,
    json: *mut *mut i8,
) -> TRACT_RESULT
Expand description

Perform a profile of the model using the provided inputs.