Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ numC
Method
numC
tests/common/TensorDataUtils.hpp:78–81 ·
view source on GitHub ↗
Returns the number of color components.
Source
from the content-addressed store, hash-verified
76
77
// Returns the number of color components.
78
int numC() const
79
{
80
return m_numC;
81
};
82
83
// Returns the row pitch in bytes.
84
int64_t rowStride() const
Callers
5
imageRegionValuesSame
Function · 0.80
SetTensorToTestVector
Function · 0.80
MatchTensorToTestVector
Function · 0.80
checkRndRange
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
5
imageRegionValuesSame
Function · 0.64
SetTensorToTestVector
Function · 0.64
MatchTensorToTestVector
Function · 0.64
checkRndRange
Function · 0.64
TEST
Function · 0.64