Commit 43fe0711 authored by Sergei Barannikov's avatar Sergei Barannikov

* Style fix

parent 7a853c44
...@@ -21,8 +21,8 @@ using namespace ngraph; ...@@ -21,8 +21,8 @@ using namespace ngraph;
const string op::Greater::type_name{"Greater"}; const string op::Greater::type_name{"Greater"};
op::Greater::Greater(const Output<Node> &arg0, op::Greater::Greater(const Output<Node>& arg0,
const Output<Node> &arg1, const Output<Node>& arg1,
const AutoBroadcastSpec& autob) const AutoBroadcastSpec& autob)
: BinaryElementwiseComparison(arg0, arg1, autob) : BinaryElementwiseComparison(arg0, arg1, autob)
{ {
......
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