Commit 39dc384d authored by fenglei.tian's avatar fenglei.tian

clang format

parent 6667bc0e
......@@ -227,7 +227,8 @@ cudnnSetOpTensorDescriptor(opTensorDesc,
{
if (arg0_shape[i] != arg1_shape[i])
{
throw std::runtime_error("input1 and input2 shape does not match for dot;");
throw std::runtime_error(
"input1 and input2 shape does not match for dot;");
}
}
writer << "{ // " << node->get_name() << "\n";
......
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