"...composable_kernel_onnxruntime.git" did not exist on "c3018794b4b0c22187ddecc3547cf002afdd8c45"
Commit 43821538 authored by Paul's avatar Paul
Browse files

Format

parent 29820def
...@@ -89,8 +89,8 @@ void verify_program(const std::string& name, ...@@ -89,8 +89,8 @@ void verify_program(const std::string& name,
ref_outs[i].get_shape().lens() != target_outs[i].get_shape().lens()) ref_outs[i].get_shape().lens() != target_outs[i].get_shape().lens())
{ {
std::cout << "FAILED: " << name << std::endl; std::cout << "FAILED: " << name << std::endl;
std::cout << "Shape mismatch {" << ref_outs[i].get_shape() << "} != {" << target_outs[i].get_shape() std::cout << "Shape mismatch {" << ref_outs[i].get_shape() << "} != {"
<< "}" << std::endl; << target_outs[i].get_shape() << "}" << std::endl;
} }
else else
{ {
......
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