Skip to content
Snippets Groups Projects
Commit 5e4837f0 authored by zhanghb97's avatar zhanghb97
Browse files

[DeepLearning][Models] Sync to latest LLVM.

parent 26ca60f1
No related branches found
No related tags found
No related merge requests found
......@@ -3783,7 +3783,7 @@ module {
%1328 = arith.addf %arg1, %arg2 : f32
linalg.yield %1328 : f32
} -> tensor<1x1x1x1001xf32>
%1327 = linalg.tensor_collapse_shape %1326 [[0], [1, 2, 3]] : tensor<1x1x1x1001xf32> into tensor<1x1001xf32>
%1327 = tensor.collapse_shape %1326 [[0], [1, 2, 3]] : tensor<1x1x1x1001xf32> into tensor<1x1001xf32>
return %1327 : tensor<1x1001xf32>
}
}
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