GetInputs
Description
Obtains the input 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>> GetInputs() const; ge::graphStatus GetInputs(std::vector<std::pair<AscendString, int32_t>> &inputs) const;
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
inputs |
Output |
Input information of InnerNodeInfo |
Returns
Input vector information
Restrictions
None
Parent topic: Class InnerNodeInfo