Function tract::tract_model_concretize_symbols

source ·
#[no_mangle]
pub unsafe extern "C" fn tract_model_concretize_symbols(
    model: *mut TractModel,
    nb_symbols: usize,
    symbols: *const *const i8,
    values: *const i64
) -> TRACT_RESULT
Expand description

Give value one or more symbols used in the model.

  • symbols is an array of nb_symbols pointers to null-terminated UTF-8 string for the symbols names to substitue
  • values is an array of nb_symbols integer values