REG_AUTO_MAPPING_OP
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File
#include <graph/custom.h>
Function Usage
Developers can register custom operators with the framework. The framework calls REG_AUTO_MAPPING_OP at the beginning of build to register custom operators.
Prototype
1 | REG_AUTO_MAPPING_OP(custom_op_class) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
custom_op_class |
Input |
Name of a custom operator. |
Returns
None
Restrictions
None
Parent topic: Basic Data Structures and APIs of Graphs