HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cuda_provider_options.h File Reference
#include "onnxruntime_c_api.h"
#include "core/framework/arena_extend_strategy.h"
+ Include dependency graph for cuda_provider_options.h:

Go to the source code of this file.

Classes

struct  OrtCUDAProviderOptionsV2
 Options for the CUDA provider that are passed to SessionOptionsAppendExecutionProvider_CUDA_V2. Please note that this struct is similar to OrtCUDAProviderOptions but only to be used internally. Going forward, new cuda provider options are to be supported via this struct and usage of the publicly defined OrtCUDAProviderOptions will be deprecated over time. User can only get the instance of OrtCUDAProviderOptionsV2 via CreateCUDAProviderOptions. More...