update objectivec directory from onnxruntime/objectivec

This commit is contained in:
edgchen1
2026-02-06 09:26:35 -08:00
parent b2e6c9de2a
commit 8596bfe7a4
7 changed files with 56 additions and 2 deletions
+1
View File
@@ -50,6 +50,7 @@ typedef NS_ENUM(int32_t, ORTGraphOptimizationLevel) {
ORTGraphOptimizationLevelNone,
ORTGraphOptimizationLevelBasic,
ORTGraphOptimizationLevelExtended,
ORTGraphOptimizationLevelLayout,
ORTGraphOptimizationLevelAll,
};