create_graph_runner

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.