Commit 657c6996 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 7a80a7b5
......@@ -790,7 +790,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("GRU: 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