Skip to content
Snippets Groups Projects
Commit 01027056 authored by Axel Farrugia's avatar Axel Farrugia
Browse files

[Fix] Wrong operator name 2

parent ba35d8db
No related branches found
No related tags found
No related merge requests found
Pipeline #71887 passed
......@@ -18,7 +18,7 @@ class ConvDw(ExportNodeCpp):
self.attributes["shift_value"] = 0
# Browse the metaop to update kernel attributes
ConvDwNode = get_node_from_metaop(node, "ConvDw2D")
ConvDwNode = get_node_from_metaop(node, "ConvDepthWise2D")
self.attributes["kernel_dims"] = ConvDwNode[0].get_operator().attr.kernel_dims
self.attributes["stride_dims"] = ConvDwNode[0].get_operator().attr.stride_dims
self.attributes["dilation_dims"] = ConvDwNode[0].get_operator().attr.dilation_dims
......
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