From 0048f2fd869d0702a12585bd183851f779c05aaa Mon Sep 17 00:00:00 2001 From: Tian Jin Date: Sat, 21 Dec 2019 01:36:03 -0500 Subject: [PATCH] clean up --- test/mlir/onnx/onnx_lowering_with_dealloc.mlir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mlir/onnx/onnx_lowering_with_dealloc.mlir b/test/mlir/onnx/onnx_lowering_with_dealloc.mlir index b49508c..04dc616 100644 --- a/test/mlir/onnx/onnx_lowering_with_dealloc.mlir +++ b/test/mlir/onnx/onnx_lowering_with_dealloc.mlir @@ -1,4 +1,4 @@ -// RUN: dlc-opt --shape-inference --lower-frontend %s -split-input-file | FileCheck %s +// RUN: onnf-opt --shape-inference --lower-frontend %s -split-input-file | FileCheck %s func @test_add_add(%arg0 : tensor, %arg1 : tensor) -> tensor<*xf32> { %0 = "onnx.Add"(%arg0, %arg1) : (tensor, tensor) -> tensor<*xf32>