/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... | |
Detailed Description
RPPT Tensor Operations - Bitwise Operations.