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

[CustomOp] introduce instance_name attr to StreamingDataflowPart.

parent ce13a866
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ class StreamingDataflowPartition(CustomOp):
"partition_id": ("i", False, 0),
"device_id": ("i", False, 0),
"mem_port": ("s", False, ""),
"instance_name": ("s", False, ""),
}
def make_shape_compatible_op(self, model):
......
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