"examples/vscode:/vscode.git/clone" did not exist on "18889821dd3ca90f215122e55c99985b55a0cd5c"
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> ...@@ -96,7 +96,7 @@ struct parse_deconvolution : op_parser<parse_deconvolution>
kdims, values["dilation"].size(), "PARSE_CONV_TRANSPOSE: inconsistent dilations"); 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")) if(contains(info.attributes, "auto_pad"))
{ {
auto s = info.attributes["auto_pad"].s(); 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