/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/op_custom_crop.hpp Source File#
2 min read time
Applies to Linux
op_custom_crop.hpp
Go to the documentation of this file.
85 void operator()(hipStream_t stream, const Tensor &input, const Tensor &output, const Box_t cropRect,
~CustomCrop()
Destroy the Op CustomCrop object.
Definition: op_custom_crop.hpp:47
void operator()(hipStream_t stream, const Tensor &input, const Tensor &output, const Box_t cropRect, const eDeviceType device=eDeviceType::GPU) const
Construct a new Op Custom Crop object. The object can be used to crop a region of interest from an im...
CustomCrop()
Construct a new Op CustomCrop object.
Definition: op_custom_crop.hpp:41
Definition: tensor.hpp:37
Definition: strided_data_wrap.hpp:33
Definition: operator_types.h:90
eDeviceType
Describes the device type. Used to determine where Tensor data should be allocated and whether operat...
Definition: util_enums.h:69
@ GPU