From 2b2a04554e32df56f2430a4522c619124d1fdbfb Mon Sep 17 00:00:00 2001 From: Arkadiusz Bokowy Date: Mon, 20 Apr 2026 12:23:10 +0200 Subject: [PATCH] [circle-mlir] Bump circle schema to 0.10 This commit bumps used circle schema to 0.10 which is based on TF Lite 2.20.0 and adds ATTENTION and RUN_MODEL operators. ONE-DCO-1.0-Signed-off-by: Arkadiusz Bokowy --- circle-mlir/circle-mlir/lib/schema/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle-mlir/circle-mlir/lib/schema/CMakeLists.txt b/circle-mlir/circle-mlir/lib/schema/CMakeLists.txt index 74d20be1083..1f415404557 100644 --- a/circle-mlir/circle-mlir/lib/schema/CMakeLists.txt +++ b/circle-mlir/circle-mlir/lib/schema/CMakeLists.txt @@ -1,6 +1,6 @@ include(UseFlatbuffers) -set(SCHEMA_FILE "${RES_CIRCLE_SCHEMA}/0.9/circle_schema.fbs") +set(SCHEMA_FILE "${RES_CIRCLE_SCHEMA}/0.10/circle_schema.fbs") set(SCHEMA_TARGET "${CMAKE_CURRENT_BINARY_DIR}/schema.fbs") add_custom_command(OUTPUT "${SCHEMA_TARGET}"