aclmdlBundleQueryInfoFromFile
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Obtains the description of the model file if variables need to be dynamically updated during model execution.
Prototype
1
|
aclError aclmdlBundleQueryInfoFromFile(const char* fileName, aclmdlBundleQueryInfo *queryInfo) |
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
fileName |
Input |
Pointer to the model file path, which contains the file name. The user who runs the app must have enough permission to access the directory. The model file is built using the graph build API. Call aclgrphBundleBuildModel to compile the model, and call aclgrphBundleSaveModel to save the model. For details about the APIs, see aclgrphBundleBuildModel in Graph Development. |
|
queryInfo |
Output |
Data of the aclmdlBundleQueryInfo type created by calling aclmdlBundleCreateQueryInfo. |
Returns
0 on success; else, failure. For details, see aclError.