Commit d317bad5 authored by Ilya Churaev's avatar Ilya Churaev Committed by Scott Cyphers

Copy rt info (#3934)

parent 688f5144
...@@ -83,6 +83,7 @@ std::shared_ptr<Function> ...@@ -83,6 +83,7 @@ std::shared_ptr<Function>
else else
{ {
m[old_node.get()] = old_node->copy_with_new_inputs(new_args); m[old_node.get()] = old_node->copy_with_new_inputs(new_args);
m[old_node.get()]->get_rt_info() = old_node->get_rt_info();
} }
m[old_node.get()]->set_friendly_name(old_node->get_friendly_name()); m[old_node.get()]->set_friendly_name(old_node->get_friendly_name());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment