#[no_mangle]
pub unsafe extern "C" fn rune_runtime_output_tensors<'rt>(
    runtime: *mut Runtime
) -> *mut OutputTensors<'rt>
Expand description

Get a reference to the tensors associated with each output node.

This will return null if runtime is null.

Safety

This reference points directly into the runtime’s internals, so any use of the runtime while this reference is alive may invalidate it.