op_config
The APIs described in this section are reserved and may be changed or deprecated in the future. They do not need your attention.
API Definition |
Description |
|---|---|
OpConfigInfo() |
Default constructor of the structure for the operator runtime configuration information (such as the deterministic computation switch). |
OpConfigInfo(const OpConfigInfo &rhs) |
Copy constructor of the structure for the operator runtime configuration information (such as the deterministic computation switch). |
OpConfigInfo &operator=(const OpConfigInfo &rhs) |
Overloaded "=" operator function of the structure for the operator runtime configuration information (such as the deterministic computation switch). |
Parent topic: Framework Capability APIs