Commit 7b28b852 authored by Scott Cyphers's avatar Scott Cyphers

typo

parent 86d46f0e
......@@ -24,7 +24,7 @@ const string op::Relu::type_name{"Relu"};
const string op::ReluBackprop::type_name{"ReluBackprop"};
op::Relu::Relu(shared_ptr<Node> arg)
: UnaryElementwiseArithmetic({arg})
: UnaryElementwiseArithmetic(arg)
{
constructor_validate_and_infer_types();
}
......
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