OpExecMode
The OpExecMode class indicates the run mode of an operator. The definition is as follows:
1 2 3 4 5 6 | enum class OpExecMode : uint32_t { // ExecMode support OR operation OP_EXEC_MODE_DEFAULT = 0, OP_EXEC_MODE_HF32T = 1, OP_EXEC_MODE_RESERVED = 0xFFFFFFFF }; |
Parent topic: Common Macros and Classes