Function rune_native::rune_output_tensors_next
source · [−]#[no_mangle]
pub unsafe extern "C" fn rune_output_tensors_next(
tensors: *mut OutputTensors<'_>,
id_out: *mut u32,
tensor_out: *mut *const OutputTensor
) -> bool
Expand description
Ask the OutputTensors
iterator for the next OutputTensor
and the ID of
the node it came from.
This will return false
if you have reached the end of the iterator.