From 49625fcd96514633d872e1bd7e458496102fa3f6 Mon Sep 17 00:00:00 2001 From: wejoncy Date: Sun, 8 Dec 2024 20:38:27 -0800 Subject: [PATCH] format --- onnxruntime/core/providers/coreml/model/model.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/onnxruntime/core/providers/coreml/model/model.mm b/onnxruntime/core/providers/coreml/model/model.mm index 30161dd122388..755dbfbd6e68c 100644 --- a/onnxruntime/core/providers/coreml/model/model.mm +++ b/onnxruntime/core/providers/coreml/model/model.mm @@ -304,7 +304,6 @@ Status GetMLMultiArrayCopyInfo(const MLMultiArray* _Nonnull array, // since __clang_major__ >= 15, MLComputePlan is introduced in // We are actually ensure the MacOS/IOS version and Xcode version is greater than `macOS 14.4, iOS 17.4`. // The macro API_AVAILABLE should also be fine. - // Otherwise, the compiler will complain `MLComputePlan` is not defined. // we define __clang_analyzer__ here is for bypass static analysis void ProfileComputePlan(NSURL* compileUrl, MLModelConfiguration* config) {