Function tract::tract_model_pulse_simple

source ·
#[no_mangle]
pub unsafe extern "C" fn tract_model_pulse_simple(
    model: *mut *mut TractModel,
    stream_symbol: *const i8,
    pulse_expr: *const i8
) -> TRACT_RESULT
Expand description

Pulsify the model

  • stream_symbol is the name of the stream symbol
  • pulse expression is a dim to use as the pulse size (like “8”, “P” or “3*p”).