CommMode
Description
Communication mode supported by the communication operators
Definition
enum CommMode : int {
COMM_UNDEFINED = -1,
COMM_MULTI_PROCESS,
COMM_MULTI_THREAD,
};
Members
Member |
Description |
|---|---|
COMM_UNDEFINED |
Undefined type |
COMM_MULTI_PROCESS |
Multi-process communication |
COMM_MULTI_THREAD |
Multi-thread communication |
Parent topic: atb/infer_op_params.h