Skip to main content

invoke

Function invoke 

Source
pub fn invoke(
    node: &NodeProto,
    inputs: &[(&str, &dyn SlotValue)],
    _ctx: &mut RuntimeResourceRef<'_>,
) -> Result<DispatchResult, OpError>
Expand description

Invoke fn - duplicates the single input into fanout outputs via polymorphic SlotValue::clone_boxed. Each output preserves the concrete type.