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

[Transform] factor_out_mul_sign_magnitude: fix sign mul node pos

parent 843f643d
No related branches found
No related tags found
No related merge requests found
......@@ -328,6 +328,6 @@ def factor_out_mul_sign_magnitude(model):
"Mul", [start_name, sign_mul_param_name], [middle_name]
)
n.input[0] = middle_name
graph.node.insert(node_ind + 1, new_mul)
graph.node.insert(node_ind - 1, new_mul)
graph_modified = True
return (model, graph_modified)
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