create_graph_runner - 1.4.1 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2021-12-11
Version
1.4.1 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 Name 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.