/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-rpp/checkouts/docs-6.2.0/include/rppt_tensor_morphological_operations.h File Reference#
rppt_tensor_morphological_operations.h File Reference
RPPT Tensor Operations - Morphological Operations. More...
Go to the source code of this file.
Functions | |
RppStatus | rppt_erode_gpu (RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, Rpp32u kernelSize, RpptROIPtr roiTensorPtrSrc, RpptRoiType roiType, rppHandle_t rppHandle) |
Erode augmentation on HIP backend for a NCHW/NHWC layout tensor. More... | |
RppStatus | rppt_dilate_gpu (RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, Rpp32u kernelSize, RpptROIPtr roiTensorPtrSrc, RpptRoiType roiType, rppHandle_t rppHandle) |
Dilate augmentation on HIP backend for a NCHW/NHWC layout tensor. More... | |
Detailed Description
RPPT Tensor Operations - Morphological Operations.