/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/op_copy_make_border.hpp Source File#
3 min read time
Applies to Linux
op_copy_make_border.hpp
Go to the documentation of this file.
77 void operator()(hipStream_t stream, const Tensor& input, const Tensor& output, int32_t top, int32_t left,
78 eBorderType border_mode, float4 border_value, const eDeviceType device = eDeviceType::GPU) const;
Class for managing the CopyMakeBorder operator.
Definition: op_copy_make_border.hpp:34
void operator()(hipStream_t stream, const Tensor &input, const Tensor &output, int32_t top, int32_t left, eBorderType border_mode, float4 border_value, const eDeviceType device=eDeviceType::GPU) const
Executes the CopyMakeBorder operation on the given HIP stream and device. This operation will create ...
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