InferShapeAndType
Description
Infers the shape and data type of the operator output.
For details about the definition of data types, see DataType.
Prototype
graphStatus InferShapeAndType()
Parameters
None
Returns
graphStatus type. GRAPH_SUCCESS on success; GRAPH_FAILED on failure.
Exception Handling
None
Restrictions
None
Parent topic: Operator