Commit c36d88f1 authored by charlie's avatar charlie
Browse files

Revert "Update TODO comment"

This reverts commit cb0da1cb.
parent 24626f8f
......@@ -96,7 +96,7 @@ struct parse_deconvolution : op_parser<parse_deconvolution>
kdims, values["dilation"].size(), "PARSE_CONV_TRANSPOSE: inconsistent dilations");
}
// TODO: this is needs to be implemented and tested
// TODO: nothing is done with this?
if(contains(info.attributes, "auto_pad"))
{
auto s = info.attributes["auto_pad"].s();
......
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