NVIDIA DeepStream SDK API Reference

6.4 Release
cvcore::detail Namespace Reference

Data Structures

struct  ChannelTypeToNative
 
struct  ChannelTypeToNative< F16 >
 
struct  ChannelTypeToNative< F32 >
 
struct  ChannelTypeToNative< F64 >
 
struct  ChannelTypeToNative< S16 >
 
struct  ChannelTypeToNative< S8 >
 
struct  ChannelTypeToNative< U16 >
 
struct  ChannelTypeToNative< U8 >
 
struct  DimToIndex2D
 
struct  DimToIndex3D
 
struct  DimToIndex4D
 
struct  LayoutToIndex
 
struct  LayoutToIndex< TL, typename std::enable_if< TL==DHWC||TL==DCHW||TL==CDHW >::type >
 
struct  LayoutToIndex< TL, typename std::enable_if< TL==HWC||TL==CHW >::type >
 
struct  LayoutToIndex< TL, typename std::enable_if< TL==LC||TL==CL >::type >
 
class  Tensor2D
 Implementation of 2D tensors. More...
 
class  Tensor3D
 Implementation of 3D tensors. More...
 
class  Tensor4D
 Implementation of 4D tensors. More...
 

Functions

template<ChannelCount CC>
constexpr std::size_t ChannelToCount ()
 

Function Documentation

◆ ChannelToCount()

template<ChannelCount CC>
constexpr std::size_t cvcore::detail::ChannelToCount ( )
constexpr

Definition at line 361 of file Tensor.h.

References cvcore::C1, cvcore::C2, cvcore::C3, and cvcore::C4.