HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
acl_provider_factory.h
Go to the documentation of this file.
1 // Copyright (c) Microsoft Corporation. All rights reserved.
2 // SPDX-FileCopyrightText: Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
3 // Licensed under the MIT License.
4 
5 #include "onnxruntime_c_api.h"
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 /**
12  * \param use_arena zero: false. non-zero: true.
13  */
14 ORT_API_STATUS(OrtSessionOptionsAppendExecutionProvider_ACL, _In_ OrtSessionOptions* options,
15  bool enable_fast_math)
17 
18 #ifdef __cplusplus
19 }
20 #endif
ORT_ALL_ARGS_NONNULL
ORT_API_STATUS(OrtSessionOptionsAppendExecutionProvider_ACL, _In_ OrtSessionOptions *options, bool enable_fast_math) ORT_ALL_ARGS_NONNULL