create_graph_runner - 3.0 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-01-12
Version
3.0 English

Factory fucntion to create an instance of runner by graph and attrs.

Prototype

std::unique_ptr< vart::RunnerExt > create_graph_runner(const xir::Graph *graph, xir::Attrs *attrs);

Parameters

The following table lists the create_graph_runner function arguments.

Table 1. create_graph_runner Arguments
Type Member Description
const xir::Graph * graph XIR Graph
xir::Attrs * attrs XIR attrs object, this object is shared among all runners on the same graph.

Returns

An instance of runner.