VERIFY_FUNC_REG

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Header File

#include <graph/operator_reg.h>

Function Usage

Registers the Verify function of an operator.

Prototype

1
VERIFY_FUNC_REG(op_name, x)

Parameters

Parameter

Input/Output

Description

op_name

Input

Operator type.

x

Input

Verify function name, which must be the same as the Verify function name passed to IMPLEMT_VERIFIER.

Returns

None

Restrictions

None