/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-rpp/checkouts/docs-6.2.2/include/rppt_tensor_data_exchange_operations.h File Reference#
rppt_tensor_data_exchange_operations.h File Reference
RPPT Tensor Operations - Data Exchange Operations. More...
Go to the source code of this file.
Functions | |
RppStatus | rppt_copy_host (RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, rppHandle_t rppHandle) |
Copy operation on HOST backend for a NCHW/NHWC layout tensor. More... | |
RppStatus | rppt_copy_gpu (RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, rppHandle_t rppHandle) |
Copy operation on HIP backend for a NCHW/NHWC layout tensor. More... | |
RppStatus | rppt_swap_channels_host (RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, rppHandle_t rppHandle) |
Swap channels operation on HOST backend for a NCHW/NHWC layout tensor. More... | |
RppStatus | rppt_swap_channels_gpu (RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, rppHandle_t rppHandle) |
Swap channels operation on HIP backend for a NCHW/NHWC layout tensor. More... | |
RppStatus | rppt_color_to_greyscale_host (RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, RpptSubpixelLayout srcSubpixelLayout, rppHandle_t rppHandle) |
Color to greyscale operation on HOST backend for a NCHW/NHWC layout tensor. More... | |
RppStatus | rppt_color_to_greyscale_gpu (RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, RpptSubpixelLayout srcSubpixelLayout, rppHandle_t rppHandle) |
Color to greyscale operation on HIP backend for a NCHW/NHWC layout tensor. More... | |
Detailed Description
RPPT Tensor Operations - Data Exchange Operations.