MetaMultiFunc Registration Function Macro

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

x

Atlas inference products

x

Atlas training products

x

Function Description

Registers the implementation class of MetaMultiFunc.

Prototype

1
FLOW_FUNC_REGISTRAR(clazz)

The following is an example of using this function:

FLOW_FUNC_REGISTRAR(UserFlowFunc).RegProcFunc("xxx_func", &UserFlowFunc::Proc1).RegProcFunc("xxx_func", &UserFlowFunc::Proc2);

Command-Line Options

Parameter

Input/Output

Description

clazz

Input

Class name used for implementing MetaMultiFunc.

Returns

None

Troubleshooting

None

Constraints

None