SetInputs
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <graph/graph.h>
- Library file: libgraph.so
Function Usage
Sets the input operators of a graph.
Prototype
1 | Graph &SetInputs(const std::vector<Operator> &inputs) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
inputs |
Input |
Input operators of the graph. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
Caller itself. |
Constraints
None
Parent topic: Graph