aclmdlRIBuildEnd
Applicable Products
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
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.