NVIDIA DeepStream SDK API Reference

6.4 Release
cvcore::detail::DimToIndex2D< TL > Struct Template Reference

Detailed Description

template<TensorLayout TL>
struct cvcore::detail::DimToIndex2D< TL >

Definition at line 263 of file Tensor.h.

Inheritance diagram for cvcore::detail::DimToIndex2D< TL >:

Static Public Attributes

static constexpr int kLength = TL == LC ? 0 : 1
 
static constexpr int kChannel = TL == LC ? 1 : 0
 

Field Documentation

◆ kChannel

template<TensorLayout TL>
constexpr int cvcore::detail::DimToIndex2D< TL >::kChannel = TL == LC ? 1 : 0
staticconstexpr

Definition at line 267 of file Tensor.h.

◆ kLength

template<TensorLayout TL>
constexpr int cvcore::detail::DimToIndex2D< TL >::kLength = TL == LC ? 0 : 1
staticconstexpr

Definition at line 266 of file Tensor.h.


The documentation for this struct was generated from the following file: