Commit cb0da1cb authored by charlie's avatar charlie
Browse files

Update TODO comment

parent 0b6ce109
......@@ -96,7 +96,7 @@ struct parse_deconvolution : op_parser<parse_deconvolution>
kdims, values["dilation"].size(), "PARSE_CONV_TRANSPOSE: inconsistent dilations");
}
// TODO: nothing is done with this?
// TODO: this is needs to be implemented and tested
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