Commit bd910b39 authored by Paul's avatar Paul
Browse files

Remvoe comments

parent 3b5d27f7
......@@ -67,9 +67,6 @@ struct concat_compiler : compiler<concat_compiler>
return x + s.elements();
});
return total / inputs.size();
// auto it = std::min_element(
// inputs.begin(), inputs.end(), by(std::less<>{}, [](auto s) { return s.elements(); }));
// return it->elements();
}
operation compile_op(context& ctx, const std::vector<shape>& inputs, const value& v) const
......
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