aclmdlRIBuildEnd

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

Ends the build of a model running instance.

Prototype

1
aclError aclmdlRIBuildEnd(aclmdlRI modelRI, void *reserve)

Parameters

Parameter

Input/Output

Description

modelRI

Input

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

The value of modelRI here must be the same as that of modelRI in aclmdlRIBuildBegin.

reserve

Input

Reserved. Currently, the value is fixed at NULL.

Returns

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

Restrictions

After this API is called, tasks cannot be delivered to the stream bound to the model running instance. Otherwise, an exception occurs during subsequent model execution.