Commit 60629d87 authored by Paul's avatar Paul
Browse files

Formatting

parent 511c8d8f
...@@ -348,7 +348,7 @@ struct tf_parser ...@@ -348,7 +348,7 @@ struct tf_parser
} }
auto weights = to_kcxy(args[1]); auto weights = to_kcxy(args[1]);
auto l0 = args[0]; auto l0 = args[0];
if(contains(attributes, "padding")) if(contains(attributes, "padding"))
{ {
const std::string& pad_mode = attributes.at("padding").s(); const std::string& pad_mode = attributes.at("padding").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