hi_tde_close

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Function Description

Closes the TDE device.

Prototype

hi_s32 hi_tde_close(hi_void)

Parameters

None

Returns

Restrictions

  • This API can be called only after the TDE device is started by calling hi_tde_open.
  • The number of times that hi_tde_open is invoked must be the same as the number of times that hi_tde_close is invoked.
  • This API does not support multiple processes.