onnxruntime/docs/get-started/with-cpp.md
2024-10-25 16:43:26 -07:00

1.6 KiB

title parent nav_order
C++ Get Started 2

Get started with ORT for C++

{: .no_toc }

Contents

{: .no_toc }

  • TOC placeholder {:toc}

Builds

Artifact Description Supported Platforms
Microsoft.ML.OnnxRuntime CPU (Release) Windows, Linux, Mac, X64, X86 (Windows-only), ARM64 (Windows-only)...more details: compatibility
Microsoft.ML.OnnxRuntime.Gpu GPU - CUDA (Release) Windows, Linux, Mac, X64...more details: compatibility
Microsoft.ML.OnnxRuntime.DirectML GPU - DirectML (Release) Windows 10 1709+
onnxruntime CPU, GPU (Dev), CPU (On-Device Training) Same as Release versions
Microsoft.ML.OnnxRuntime.Training CPU On-Device Training (Release) Windows, Linux, Mac, X64, X86 (Windows-only), ARM64 (Windows-only)...more details: compatibility

.zip and .tgz files are also included as assets in each Github release.

API Reference

The C++ API is a thin wrapper of the C API. Please refer to C API for more details.

Samples

See Tutorials: API Basics - C++