mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
4 lines
173 B
Text
4 lines
173 B
Text
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT License.
|
|
|
|
static_assert(__has_feature(objc_arc), "Objective-C ARC must be enabled.");
|