[Mlir-commits] [mlir] Adding mlir models (PR #141158)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed May 28 14:52:26 PDT 2025


================
@@ -0,0 +1,49 @@
+// RUN: mlir-translate --mlir-to-cpp --emit-class=true --class-name=MyAdder --field-name-attribute=tf_saved_model.index_path /tmp/model_emitc.mlir | FileCheck %s --check-prefix=ADDER_TEST
----------------
Jaddyen wrote:

I've added 2 other tests to look cover external functions and cases where the function has no argument attributes.

https://github.com/llvm/llvm-project/pull/141158


More information about the Mlir-commits mailing list