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

Send dispatch entry point matching StatelessInvokeFn.