VerifyAllAttr

Description

Verifies whether the attributes, inputs, and outputs of an operator are valid based on the value of disableCommonVerifier.

Prototype

graphStatus VerifyAllAttr(bool disable_common_verifier = false)

Parameters

Parameter

Input/Output

Description

disable_common_verifier

Input

false (default): only the attribute validity is verified. true: validity of the attribute, input, and output of the operator is verified.

Returns

graphStatus type. GRAPH_SUCCESS on success; GRAPH_FAILED on failure.

Exception Handling

None

Restrictions

None