pub fn init_node<T: 'static>(
op: Operator<T>,
deps: Vec<Core>,
caller_opts: NodeOpts,
) -> Node<T>Expand description
Instantiate an operator as a bare node; graph-bound callers should prefer
Graph::init_node so the node is registered for inspection.