/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-rpp/checkouts/develop/api/rppt_tensor_bitwise_operations.h File Reference#
rppt_tensor_bitwise_operations.h File Reference
RPPT Tensor Operations - Bitwise Operations. More...
Go to the source code of this file.
Functions | |
| RppStatus | rppt_bitwise_and (RppPtr_t srcPtr1, RppPtr_t srcPtr2, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, RpptROIPtr roiTensorPtrSrc, RpptRoiType roiType, rppHandle_t rppHandle, RppBackend executionBackend) |
| Bitwise AND computation on HIP/HOST backend for a NCHW/NHWC layout tensor. More... | |
| RppStatus | rppt_bitwise_xor (RppPtr_t srcPtr1, RppPtr_t srcPtr2, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, RpptROIPtr roiTensorPtrSrc, RpptRoiType roiType, rppHandle_t rppHandle, RppBackend executionBackend) |
| Bitwise XOR computation on HIP/HOST backend for a NCHW/NHWC layout tensor. More... | |
| RppStatus | rppt_bitwise_or (RppPtr_t srcPtr1, RppPtr_t srcPtr2, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, RpptROIPtr roiTensorPtrSrc, RpptRoiType roiType, rppHandle_t rppHandle, RppBackend executionBackend) |
| Bitwise OR computation on HIP/HOST backend for a NCHW/NHWC layout tensor. More... | |
| RppStatus | rppt_bitwise_not (RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, RpptROIPtr roiTensorPtrSrc, RpptRoiType roiType, rppHandle_t rppHandle, RppBackend executionBackend) |
| Bitwise NOT computation on HIP/HOST backend for a NCHW/NHWC layout tensor. More... | |
| RppStatus | rppt_tensor_and_tensor (RppPtr_t srcPtr1, RppPtr_t srcPtr2, RpptGenericDescPtr srcGenericDescPtr1, RpptGenericDescPtr srcGenericDescPtr2, RppPtr_t dstPtr, RpptGenericDescPtr dstGenericDescPtr, RpptBroadcastMode broadcastMode, Rpp32u *roiTensor1, Rpp32u *roiTensor2, rppHandle_t rppHandle, RppBackend executionBackend) |
| Bitwise AND Generic augmentation on HIP/HOST backend with broadcasting support. More... | |
| RppStatus | rppt_tensor_or_tensor (RppPtr_t srcPtr1, RppPtr_t srcPtr2, RpptGenericDescPtr srcGenericDescPtr1, RpptGenericDescPtr srcGenericDescPtr2, RppPtr_t dstPtr, RpptGenericDescPtr dstGenericDescPtr, RpptBroadcastMode broadcastMode, Rpp32u *roiTensor1, Rpp32u *roiTensor2, rppHandle_t rppHandle, RppBackend executionBackend) |
| Bitwise OR Generic augmentation on HIP/HOST backend with broadcasting support. More... | |
| RppStatus | rppt_tensor_xor_tensor (RppPtr_t srcPtr1, RppPtr_t srcPtr2, RpptGenericDescPtr srcGenericDescPtr1, RpptGenericDescPtr srcGenericDescPtr2, RppPtr_t dstPtr, RpptGenericDescPtr dstGenericDescPtr, RpptBroadcastMode broadcastMode, Rpp32u *roiTensor1, Rpp32u *roiTensor2, rppHandle_t rppHandle, RppBackend executionBackend) |
| Bitwise XOR Generic augmentation on HIP/HOST backend with broadcasting support. More... | |
Detailed Description
RPPT Tensor Operations - Bitwise Operations.