Data Structures#
Data Structures
Here are the data structures with brief descriptions:
| CBaseMelScale | Base class for Mel scale conversions |
| CGenericFilter | RPPT Tensor GenericFilter type struct |
| ChipMemRpp32f | RPP HIP 32-bit float memory |
| CHtkMelScale | Derived class for HTK Mel scale conversions |
| CInitHandle | RPP initialize handle |
| CmemCPU | RPP HOST memory type struct |
| CmemGPU | RPP HIP memory management type struct |
| CmemMgmt | RPP HIP-HOST memory management |
| CRpp32f24 | RPP 24 float vector |
| CRpp32f6 | RPP 6 float vector |
| CRpp32f9 | RPP 9 float vector |
| CRpp32s24 | RPP 24 signed int vector |
| CRppLayoutParams | RPP layout params |
| CRpptBilinearNbhoodLocsVecLen8 | RPPT Tensor 2D bilinear neighborhood 32-bit signed int 8-length-vectors type struct |
| CRpptBilinearNbhoodValsVecLen8 | RPPT Tensor 2D bilinear neighborhood 32-bit float 8-length-vectors type struct |
| CRpptChannelOffsets | RPPT Tensor Channel Offsets struct |
| CRpptDesc | RPPT Tensor descriptor type struct |
| CRpptFloatRGB | RPPT Tensor 32-bit float RGB type struct |
| CRpptFloatVector2D | RPPT Tensor 2D 32-bit float vector type struct |
| CRpptGenericDesc | RPPT Tensor Generic descriptor type struct |
| CRpptImagePatch | RPPT Tensor 2D image patch dimensions type struct |
| CRpptPoint2D | RPPT Image 2D cartesian point type struct |
| CRpptPoint3D | RPPT Image 3D point type struct |
| CRpptResamplingWindow | RPPT Tensor RpptResamplingWindow type struct |
| CRpptRGB | RPPT Tensor 8-bit uchar RGB type struct |
| CRpptROI | RPPT Tensor 2D ROI union |
| CRpptROI3D | RPPT Tensor 3D ROI union |
| CRpptRoiLtfrbb | RPPT Tensor 3D ROI LTFRBB struct |
| CRpptRoiLtrb | RPPT Tensor 2D ROI LTRB struct |
| CRpptRoiXywh | RPPT Tensor 2D ROI XYWH struct |
| CRpptRoiXyzwhd | RPPT Tensor 3D ROI XYZWHD struct |
| CRpptStrides | RPPT Tensor strides type struct |
| CRpptUintVector2D | RPPT Tensor 2D 32-bit uint vector type struct |
| CRpptXorwowState | RPPT Tensor random number generator state (xorwow state) type struct |
| CRpptXorwowStateBoxMuller | RPPT Tensor random number generator state (xorwow box muller state) type struct |
| CSlaneyMelScale | Derived class for Slaney Mel scale conversions |