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_host (RppPtr_t srcPtr1, RppPtr_t srcPtr2, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, RpptROIPtr roiTensorPtrSrc, RpptRoiType roiType, rppHandle_t rppHandle) |
Bitwise AND computation on HOST backend for a NCHW/NHWC layout tensor. More... | |
RppStatus | rppt_bitwise_and_gpu (RppPtr_t srcPtr1, RppPtr_t srcPtr2, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, RpptROIPtr roiTensorPtrSrc, RpptRoiType roiType, rppHandle_t rppHandle) |
Bitwise AND computation on HIP backend for a NCHW/NHWC layout tensor. More... | |
RppStatus | rppt_bitwise_xor_host (RppPtr_t srcPtr1, RppPtr_t srcPtr2, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, RpptROIPtr roiTensorPtrSrc, RpptRoiType roiType, rppHandle_t rppHandle) |
Bitwise XOR computation on HOST backend for a NCHW/NHWC layout tensor. More... | |
RppStatus | rppt_bitwise_xor_gpu (RppPtr_t srcPtr1, RppPtr_t srcPtr2, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, RpptROIPtr roiTensorPtrSrc, RpptRoiType roiType, rppHandle_t rppHandle) |
Bitwise XOR computation on HIP backend for a NCHW/NHWC layout tensor. More... | |
RppStatus | rppt_bitwise_or_host (RppPtr_t srcPtr1, RppPtr_t srcPtr2, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, RpptROIPtr roiTensorPtrSrc, RpptRoiType roiType, rppHandle_t rppHandle) |
Bitwise OR computation on HOST backend for a NCHW/NHWC layout tensor. More... | |
RppStatus | rppt_bitwise_or_gpu (RppPtr_t srcPtr1, RppPtr_t srcPtr2, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, RpptROIPtr roiTensorPtrSrc, RpptRoiType roiType, rppHandle_t rppHandle) |
Bitwise OR computation on HIP backend for a NCHW/NHWC layout tensor. More... | |
RppStatus | rppt_bitwise_not_host (RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, RpptROIPtr roiTensorPtrSrc, RpptRoiType roiType, rppHandle_t rppHandle) |
Bitwise NOT computation on HOST backend for a NCHW/NHWC layout tensor. More... | |
RppStatus | rppt_bitwise_not_gpu (RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, RpptROIPtr roiTensorPtrSrc, RpptRoiType roiType, rppHandle_t rppHandle) |
Bitwise NOT computation on HIP backend for a NCHW/NHWC layout tensor. More... | |
Detailed Description
RPPT Tensor Operations - Bitwise Operations.