hi_tde_wait_for_done

The Atlas 200/300/500 Inference Product does not support this API.

The Atlas Training Series Product does not support this API.

Description

After submitting a TDE job in non-blocking mode by calling hi_tde_end_job, call this API to wait until the specified TDE job is complete. As a blocking API, this API can be called to wait until a specified TDE job is complete.

Restrictions

  • This API does not support multiple processes.

Prototype

hi_s32 hi_tde_wait_for_done(hi_s32 handle);

Parameters

Parameter

Input/Output

Description

handle

Input

Handle to a TDE job.

Returns