Updated on 2022-03-13 GMT+08:00

UpdateOutputDesc

Function Prototype

graphStatus UpdateOutputDesc (const string& name, const TensorDesc& tensorDesc);

Function Description

Updates the output TensorDesc of an operator based on its output name.

Parameter Description

Parameter

Input/Output

Type

Description

name

Input

const string&

Output name of the operator

tensorDesc

Input

const TensorDesc&

TensorDesc object

Return Value

Parameter

Type

Description

-

graphStatus

If TensorDesc is updated successfully, GRAPH_SUCCESS is returned. Otherwise, GRAPH_FAILED is returned.

Exception Handling

None

Restriction

None