aclmdlRIExecuteAsync

Applicable Products

Product

Supported

Ascend 950PR / Ascend 950DT

Atlas A3 training products / Atlas A3 inference products

Atlas A2 training products / Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Function

Executes the model. This API is asynchronous.

Prototype

1
aclError aclmdlRIExecuteAsync(aclmdlRI modelRI, aclrtStream stream)

Parameters

Parameter

Input/Output

Description

modelRI

Input

Model running instance. For details about the type definition, see aclmdlRI.

Obtain a modelRI in either of the following ways:

stream

Input

Stream for executing the model inference task. For details about the type definition, see aclrtStream.

Returns

0 on success; otherwise, failure. For details, see aclError.

API Call Example

For the API call example, see Single-Stream Capture.