GetOutputs
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
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.
1 2 | 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