cvcuda_holoscan_interop
CVCUDA Holoscan Interoperability Operators¶
This directory contains two operators to enable interoperability between the CVCUDA and Holoscan
tensors: holoscan::ops::CvCudaToHoloscan
and holoscan::ops::HoloscanToCvCuda
.
holoscan::ops::CvCudaToHoloscan
¶
Operator class to convert a nvcv::Tensor
to a holoscan::Tensor
.
Inputs¶
input
: a CV-CUDA tensor- type:
nvcv::Tensor
Outputs¶
output
: a Holoscan tensor asholoscan::Tensor
inholoscan::TensorMap
- type:
holoscan::TensorMap
holoscan::ops::HoloscanToCvCuda
¶
Inputs¶
input
: agxf::Entity
containing a Holoscan tensor asholoscan::Tensor
- type:
gxf::Entity
Outputs¶
output
: a CV-CUDA tensor- type:
nvcv::Tensor