HDK
|
#include <limits>
#include "onnxruntime_c_api.h"
#include "core/framework/arena_extend_strategy.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... | |