"vscode:/vscode.git/clone" did not exist on "3107fda5d0d5c2ee41374466f3088d6cd93d4abf"
Commit e551275d authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format.

parent 661f5b54
......@@ -665,7 +665,7 @@ struct onnx_parser
if(contains(attributes, "hidden_size"))
{
std::size_t hidden_size_att = parse_value(attributes.at("hidden_size")).at<int>();
if (hidden_size != hidden_size_att)
if(hidden_size != hidden_size_att)
{
MIGRAPHX_THROW("RNN: hidden size mismatch in input and attribute");
}
......
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