Function: get_dataset_num_buffers
C Prototype |
size_t aclmdlGetDatasetNumBuffers(const aclmdlDataset *dataset) |
|---|---|
Python Function |
index = acl.mdl.get_dataset_num_buffers(dataset) |
Function Usage |
Obtains the number of aclDataBuffers in aclmdlDataset. |
Input Description |
dataset: int, pointer address of the aclmdlDataset data object. Call acl.mdl.create_dataset to create data of the aclmdlDataset type in advance. |
Return Value |
index: int, number of data of the aclDataBuffer types. |
Restrictions |
None |
Parent topic: aclmdlDataset