Operator Prototype Verify APIs
IMPLEMT_VERIFIER
Function
Encapsulates the Verify function of the operator.
Prototype
IMPLEMT_VERIFIER(op_name, func_name)
Restrictions
None
Parameter Description
Parameter |
Input/Output |
Description |
---|---|---|
op_name |
Input |
Operator type. |
func_name |
Input |
User-defined name of the Verify function. |
Returns
None
VERIFY_FUNC_REG
Function
Registers the Verify function of the operator.
Prototype
VERIFY_FUNC_REG(op_name, x)
Restrictions
None
Parameter Description
Parameter |
Input/Output |
Description |
---|---|---|
op_name |
Input |
Operator type. |
x |
Input |
Name of the Verify function, which must be the same as the Verify function name in IMPLEMT_VERIFIER. |
Returns
None