/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-rpp/checkouts/develop/api/rppt_tensor_data_exchange_operations.h File Reference

/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-rpp/checkouts/develop/api/rppt_tensor_data_exchange_operations.h File Reference#

RPP: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-rpp/checkouts/develop/api/rppt_tensor_data_exchange_operations.h File Reference
rppt_tensor_data_exchange_operations.h File Reference

RPPT Tensor Operations - Data Exchange Operations. More...

#include "rpp.h"
#include "rppdefs.h"

Go to the source code of this file.

Functions

RppStatus rppt_copy (RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, rppHandle_t rppHandle, RppBackend executionBackend)
 Copy operation on HIP/HOST backend for a NCHW/NHWC layout tensor. More...
 
RppStatus rppt_channel_permute (RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, Rpp32u *permutationTensor, rppHandle_t rppHandle, RppBackend executionBackend)
 Channel permute operation on HIP/HOST backend for a NCHW/NHWC layout tensor. More...
 
RppStatus rppt_color_to_greyscale (RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, RpptSubpixelLayout srcSubpixelLayout, rppHandle_t rppHandle, RppBackend executionBackend)
 Color to greyscale operation on HIP/HOST backend for a NCHW/NHWC layout tensor. More...
 
RppStatus rppt_yuv_to_rgb (RppPtr_t srcYPtr, RppPtr_t srcUVPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, Rpp32u src_y_pitch, Rpp32u src_uv_pitch, Rpp32u dst_pitch, Rpp32u width, Rpp32u height, RpptColorStandard col_standard, RpptColorRange color_range, rppHandle_t rppHandle, RppBackend executionBackend)
 YUV to RGB color conversion on HIP backend (NV12 8-bit only) More...
 

Detailed Description

RPPT Tensor Operations - Data Exchange Operations.