/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/kernels/host/thresholding_host.hpp File Reference#
2 min read time
Applies to Linux
thresholding_host.hpp File Reference
#include <hip/hip_runtime.h>
#include <core/wrappers/generic_tensor_wrapper.hpp>
#include "core/detail/type_traits.hpp"
#include "core/detail/casting.hpp"
#include "operator_types.h"
Go to the source code of this file.
Namespaces | |
Kernels | |
Kernels::Host | |
Functions | |
template<typename SrcWrapper , typename DstWrapper > | |
void | Kernels::Host::binary_generic (SrcWrapper input, DstWrapper output, roccv::GenericTensorWrapper< double > thresh, roccv::GenericTensorWrapper< double > maxVal, const int32_t maxBatchSize) |
template<typename SrcWrapper , typename DstWrapper > | |
void | Kernels::Host::binary_inv_generic (SrcWrapper input, DstWrapper output, roccv::GenericTensorWrapper< double > thresh, roccv::GenericTensorWrapper< double > maxVal, const int32_t maxBatchSize) |
template<typename SrcWrapper , typename DstWrapper > | |
void | Kernels::Host::tozero_generic (SrcWrapper input, DstWrapper output, roccv::GenericTensorWrapper< double > thresh, const int32_t maxBatchSize) |
template<typename SrcWrapper , typename DstWrapper > | |
void | Kernels::Host::tozeroinv_generic (SrcWrapper input, DstWrapper output, roccv::GenericTensorWrapper< double > thresh, const int32_t maxBatchSize) |
template<typename SrcWrapper , typename DstWrapper > | |
void | Kernels::Host::trunc_generic (SrcWrapper input, DstWrapper output, roccv::GenericTensorWrapper< double > thresh, const int32_t maxBatchSize) |