SetInputs

Applicable Products

All processors

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

-

Graph&

Caller itself.

Restrictions

None