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_RESULTExpand description
Perform a profile of the model using the provided inputs.