Skip to main content

create_graph_node

Function create_graph_node 

Source
pub fn create_graph_node(
    name: String,
    op_type: String,
    inputs: Vec<String>,
    outputs: Vec<String>,
) -> GraphNode
Expand description

Helper function to create a graph node