/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/op_remap.hpp Source File#
2 min read time
Applies to Linux
op_remap.hpp
Go to the documentation of this file.
99 const eInterpolationType mapInterpolation, const eRemapType mapValueType, const bool alignCorners,
void operator()(hipStream_t stream, const roccv::Tensor &input, const roccv::Tensor &output, const roccv::Tensor &map, const eInterpolationType inInterpolation, const eInterpolationType mapInterpolation, const eRemapType mapValueType, const bool alignCorners, const eBorderType borderType, const float4 borderValue, eDeviceType device=eDeviceType::GPU)
Construct a new Remap object. The object can be used to remap the pixels in an image according to a n...
Definition: tensor.hpp:37
Definition: strided_data_wrap.hpp:33
eDeviceType
Describes the device type. Used to determine where Tensor data should be allocated and whether operat...
Definition: util_enums.h:69
@ GPU