We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79cd62 commit 3906536Copy full SHA for 3906536
test/mlir/onnx/onnx_recompose_combine_parallel_conv.mlir
@@ -1,8 +1,5 @@
1
// RUN: onnx-mlir --useOnnxModelTypes=false --EmitONNXIR --printIR %s | FileCheck %s
2
3
-// Temporary disabled
4
-// XFAIL: *
5
-
6
func.func @test_conv_concat_simple(%arg0: tensor<1x1x512x512xf32>) -> tensor<1x64x512x512xf32> {
7
%0 = onnx.Constant dense<0.00999999977> : tensor<32x1x3x3xf32>
8
%1 = onnx.Constant dense<0.00999999977> : tensor<32xf32>
0 commit comments