# Functions
No description provided by the author
WithCoreML (ORT only) Use this function to set the CoreML options flags for the ONNX runtime configuration.
WithCpuMemArena (ORT only) Enable/Disable the usage of the memory arena on CPU.
WithCuda Use this function to set the options for CUDA provider.
WithDirectML (ORT only) Use this function to set the DirectML device ID for the onnxruntime.
WithInterOpNumThreads (ORT only) Sets the number of threads used to parallelize execution across separate onnxruntime graph nodes.
WithIntraOpNumThreads (ORT only) Sets the number of threads used to parallelize execution within onnxruntime graph nodes.
WithMemPattern (ORT only) Enable/Disable the memory pattern optimization.
WithOnnxLibraryPath (ORT only) Use this function to set the path to the "onnxruntime.so" or "onnxruntime.dll" function.
WithOpenVINO (ORT only) Use this function to set the OpenVINO options for the OpenVINO execution provider.
WithTelemetry (ORT only) Enables telemetry events for the onnxruntime environment.
WithTensorRT (ORT only) Use this function to set the options for the TensorRT provider.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
WithOption is the interface for all option functions.