#[no_mangle]
pub unsafe extern "C" fn rune_runtime_predict(
    runtime: *mut Runtime
) -> *mut Error
Expand description

Execute the rune, reading from the input tensors that were provided and writing to the output tensors.