Commit 85496cd9 authored by Khalique's avatar Khalique
Browse files

formatting

parent 3d09defa
......@@ -318,7 +318,7 @@ struct tf_parser
if(contains(attributes, "padding"))
{
const std::string& pad_mode = attributes.at("padding").s();
const std::string& pad_mode = attributes.at("padding").s();
if(pad_mode.find("SAME") != std::string::npos)
{
op.padding_mode = op::padding_mode_t::same;
......
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