Commit a588ca28 authored by Robert Kimball's avatar Robert Kimball Committed by Scott Cyphers

remove debug (#2783)

parent 0a5c2b81
......@@ -223,7 +223,6 @@ void runtime::hybrid::rewrite_function(const shared_ptr<Function>& f,
// we just added
auto sub_function = make_shared<Function>(cluster_outputs, cluster_inputs);
sub_function->set_placement(placement);
ngraph::plot_graph(sub_function, "sub_function.png", node_modifiers);
auto fc = make_shared<runtime::hybrid::op::FunctionCall>(function_call_outputs,
function_call_inputs,
sub_function,
......@@ -249,7 +248,6 @@ void runtime::hybrid::rewrite_function(const shared_ptr<Function>& f,
}
}
}
ngraph::plot_graph(f, "f.png", node_modifiers);
}
void runtime::hybrid::node_modifiers(const Node& node, vector<string>& attributes)
......
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