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