/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-rocal/checkouts/docs-6.1.2/rocAL/include/api/rocal_api_info.h File Reference#
rocal_api_info.h File Reference
The AMD rocAL Library - Info. More...
#include "rocal_api_types.h"
Go to the source code of this file.
Functions | |
int ROCAL_API_CALL | rocalGetOutputWidth (RocalContext rocal_context) |
Retrieves the width of the output. More... | |
int ROCAL_API_CALL | rocalGetOutputHeight (RocalContext rocal_context) |
Retrieves the height of the output. More... | |
int ROCAL_API_CALL | rocalGetOutputColorFormat (RocalContext rocal_context) |
Retrieves the color format of the output. More... | |
size_t ROCAL_API_CALL | rocalGetRemainingImages (RocalContext rocal_context) |
Retrieves the number of remaining images. More... | |
size_t ROCAL_API_CALL | rocalGetImageWidth (RocalTensor image) |
Retrieves the width of the image. More... | |
size_t ROCAL_API_CALL | rocalGetImageHeight (RocalTensor image) |
Retrieves the height of the image. More... | |
size_t ROCAL_API_CALL | rocalGetImagePlanes (RocalTensor image) |
Retrieves the number of planes (channels) in the image. More... | |
size_t ROCAL_API_CALL | rocalIsEmpty (RocalContext rocal_context) |
Checks if the RocalContext is empty. More... | |
size_t ROCAL_API_CALL | rocalGetAugmentationBranchCount (RocalContext rocal_context) |
Retrieves the number of augmentation branches. More... | |
RocalStatus ROCAL_API_CALL | rocalGetStatus (RocalContext rocal_context) |
Retrieves the status. More... | |
const char *ROCAL_API_CALL | rocalGetErrorMessage (RocalContext rocal_context) |
Retrieves the error message. More... | |
TimingInfo ROCAL_API_CALL | rocalGetTimingInfo (RocalContext rocal_context) |
Retrieves timing information. More... | |
size_t ROCAL_API_CALL | rocalGetLastBatchPaddedSize (RocalContext rocal_context) |
Retrieves the information about the size of the last batch. More... | |
Detailed Description
The AMD rocAL Library - Info.