Function: get_device_sat_mode

Applicability

Product

Supported (√/x)

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas training products

x

Atlas inference products

x

Atlas 200I/500 A2 inference products

x

Function Usage

Queries the output mode of the floating-point computation result of the device.

Prototype

  • C Prototype
    1
    aclError aclrtGetDeviceSatMode(aclrtFloatOverflowMode *mode)
    
  • Python Function
    1
    mode, 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.