Skip to content
Snippets Groups Projects
Commit 3dcc3dd5 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Core] get full dict and update for SDP execution

parent 846a8e0f
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,8 @@ def execute_node(node, context, graph):
if node.op_type == "StreamingDataflowPartition":
sdp_node = getCustomOp(node)
model = ModelWrapper(sdp_node.get_nodeattr("model"))
execute_onnx(model, context)
ret = execute_onnx(model, context, True)
context.update(ret)
else:
if node.domain == "finn":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment