Function: get_output_format
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Obtains the format of an output based on the model description.
Prototype
- C Prototype
1aclFormat aclmdlGetOutputFormat(const aclmdlDesc *modelDesc, size_t index)
- Python Function
1format_info = acl.mdl.get_output_format(model_desc, index)
Parameters
|
Parameter |
Description |
|---|---|
|
model_desc |
Int, pointer address of the data of the aclmdlDesc type. Call acl.mdl.create_desc to create data of the aclmdlDesc type in advance. |
|
index |
Int, sequence number of the input to obtain, indexed starting at 0 |
Parent topic: aclmdlDesc