Add node to computation graph by ID
All threads resolved!
All threads resolved!
Compare changes
- dawehr authored
@@ -11,9 +11,9 @@ static double exec_input_vals[GRAPH_MAX_INPUTS];
@@ -74,7 +74,8 @@ int graph_set_source(struct computation_graph *graph,
@@ -182,14 +183,19 @@ double graph_get_output(const struct computation_graph *graph, int node_id, int
@@ -226,9 +232,8 @@ void graph_compute_node_rec(struct computation_graph *graph, int node_id, int de
@@ -238,11 +243,10 @@ void graph_compute_nodes(struct computation_graph *graph, int* node_ids, int n_n