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

SetInputs

Function Prototype

Graph& SetInputs(std::vector<Operator>& inputs);

Function Description

Sets the input operator in a graph.

Parameter Description

Parameter

Input/Output

Type

Description

inputs

Input

std::vector<Operator>&

Input operator in the Graph

Return Value

Parameter

Type

Description

-

Graph&

Caller itself

Exception Handling

None

Restriction

None