NVIDIA DeepStream SDK API Reference

7.0 Release
Memory.h File Reference

Go to the source code of this file.

Namespaces

 cvcore
 

Functions

void cvcore::TensorBaseCopy (TensorBase &dst, const TensorBase &src, cudaStream_t stream=0)
 Implementation of tensor copy. More...
 
void cvcore::TensorBaseCopy2D (TensorBase &dst, const TensorBase &src, int dstPitch, int srcPitch, int widthInBytes, int height, cudaStream_t stream=0)
 Implementation of tensor copy for 2D pitch linear tensors. More...
 
template<TensorLayout TL, ChannelCount CC, ChannelType CT, typename std::enable_if< TL !=HWC &&TL !=CHW &&TL !=NHWC &&TL !=NCHW >::type * = nullptr>
void cvcore::Copy (Tensor< TL, CC, CT > &dst, const Tensor< TL, CC, CT > &src, cudaStream_t stream=0)
 Memory copy function between two non HWC/CHW/NHWC/NCHW Tensors. More...