2021-04-27 17:06:30 +00:00
|
|
|
// 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
|
|
|
|
|
|
2021-06-04 01:59:10 +00:00
|
|
|
#import "ort_coreml_execution_provider.h"
|
2023-07-11 01:54:32 +00:00
|
|
|
#import "ort_custom_op_registration.h"
|
2021-05-05 22:56:55 +00:00
|
|
|
#import "ort_enums.h"
|
|
|
|
|
#import "ort_env.h"
|
|
|
|
|
#import "ort_session.h"
|
|
|
|
|
#import "ort_value.h"
|
2023-07-11 01:54:32 +00:00
|
|
|
#import "ort_xnnpack_execution_provider.h"
|