Function: get_device_sat_mode
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Usage
Queries the output mode of the floating-point computation result of the device.
Prototype
- C Prototype
1aclError aclrtGetDeviceSatMode(aclrtFloatOverflowMode *mode)
- Python Function
1mode, ret = acl.rt.get_device_sat_mode()
Parameter Description
None.
Return Value Description
Return Value |
Description |
|---|---|
mode |
Int, output mode of the floating-point computation result. For details, see aclrtFloatOverflowMode. |
ret |
Int, error code: 0 on success; else, failure. |
Parent topic: Device Management