GetOutputs
Description
Obtains the output information of an InnerNodeInfo object.
Prototype
APIs taking string arguments will be deprecated in future releases. Use APIs taking non-string arguments instead.
std::vector<std::pair<std::string, int32_t>> GetOutputs() const; ge::graphStatus GetOutputs(std::vector<std::pair<AscendString, int32_t>> &outputs) const;
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
outputs |
Output |
Output information of InnerNodeInfo |
Returns
Output vector information
Restrictions
None
Parent topic: Class InnerNodeInfo