UpdateDynamicOutputDesc
Function Prototype
graphStatus UpdateDynamicOutputDesc (const string& name, const unsigned int index, const TensorDesc& tensorDesc);
Function Description
Updates the dynamic output TensorDesc of an operator based on the combination of its output name and index.
Parameter Description
Parameter |
Input/Output |
Type |
Description |
---|---|---|---|
name |
Input |
const string& |
Dynamic output name of the operator |
index |
Input |
const unsigned int |
Dynamic output index of the operator |
tensorDesc |
Input |
const TensorDesc& |
TensorDesc object |
Return Value
Parameter |
Type |
Description |
---|---|---|
- |
graphStatus |
If the dynamic output TensorDesc is updated successfully, GRAPH_SUCCESS is returned. Otherwise, GRAPH_FAILED is returned. |
Exception Handling
None
Restriction
None
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot