mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
9 lines
319 B
Objective-C
9 lines
319 B
Objective-C
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT License.
|
|
|
|
// this header contains the entire ONNX Runtime Objective-C API
|
|
// the headers below can also be imported individually
|
|
|
|
#import "onnxruntime/ort_env.h"
|
|
#import "onnxruntime/ort_session.h"
|
|
#import "onnxruntime/ort_value.h"
|