设置Graph内的输入算子。
1
Graph &SetInputs(const std::vector<Operator> &inputs)
参数名
输入/输出
描述
inputs
输入
Graph内的输入算子。
类型
-
Graph&
返回调用者本身。
无。