ONNX Runtime
Loading...
Searching...
No Matches
Ort::Graph Struct Reference

Wrapper around OrtGraph. More...

#include <onnxruntime_cxx_api.h>

Inherits Ort::detail::GraphImpl< T >.

Public Member Functions

 Graph (std::nullptr_t)
 No instance is created.
 
 Graph (OrtGraph *p)
 Take ownership of a pointer created by C API.
 
 Graph ()
 

Detailed Description

Wrapper around OrtGraph.

Constructor & Destructor Documentation

◆ Graph() [1/3]

Ort::Graph::Graph ( std::nullptr_t  )
inlineexplicit

No instance is created.

◆ Graph() [2/3]

Ort::Graph::Graph ( OrtGraph p)
inlineexplicit

Take ownership of a pointer created by C API.

◆ Graph() [3/3]

Ort::Graph::Graph ( )