onnxruntime/docs/reference/api/cpp-api.md
Faith Xu d8bb0da9f9
Documentation: fix link, nav, minor update (#8612)
* fix links

* update order of api nav

* update execution provider how to, original PR #6266
2021-08-09 20:31:51 -07:00

1.3 KiB

title parent grand_parent nav_order
C++ API API docs Reference 2

ONNX Runtime C++ API

{: .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+
ort-nightly CPU, GPU (Dev) Same as Release versions

.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++