Updated on 2022-03-13 GMT+08:00

SetOutputs

Function Prototype

Graph& SetOutputs(std::vector<Operator>& outputs);

Function Description

Sets the output operator linked with a graph.

Parameter Description

Parameter

Input/Output

Type

Description

outputs

Input

std::vector<Operator>&

Output operator linked with the graph

Return Value

Parameter

Type

Description

-

Graph&

Caller itself

Exception Handling

None

Restriction

None