/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-rpp/checkouts/docs-6.3.1/include/rppt_tensor_filter_augmentations.h File Reference#
rppt_tensor_filter_augmentations.h File Reference
RPPT Tensor Operations - Filter Augmentations. More...
Go to the source code of this file.
Functions | |
RppStatus | rppt_box_filter_gpu (RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, Rpp32u kernelSize, RpptROIPtr roiTensorPtrSrc, RpptRoiType roiType, rppHandle_t rppHandle) |
Box Filter augmentation on HIP backend for a NCHW/NHWC layout tensor. More... | |
RppStatus | rppt_gaussian_filter_gpu (RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, Rpp32f *stdDevTensor, Rpp32u kernelSize, RpptROIPtr roiTensorPtrSrc, RpptRoiType roiType, rppHandle_t rppHandle) |
Gaussian Filter augmentation on HIP backend for a NCHW/NHWC layout tensor. More... | |
Detailed Description
RPPT Tensor Operations - Filter Augmentations.