MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / shape

Method shape

python/mod_cvcuda/nvcv/Array.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229Shape Array::shape() const
230{
231 return CreateShape(m_impl.length());
232}
233
234nvcv::DataType Array::dtype() const
235{

Callers 15

ConvertToFunction · 0.45
JointBilateralFilterFunction · 0.45
RotateFunction · 0.45
CvtColorFunction · 0.45
ReformatFunction · 0.45
BilateralFilterFunction · 0.45
MinAreaRectFunction · 0.45
HistogramIntoFunction · 0.45
HistogramFunction · 0.45
NormalizeFunction · 0.45
GaussianFunction · 0.45
OSDFunction · 0.45

Calls 2

CreateShapeFunction · 0.85
lengthMethod · 0.45

Tested by 2

WarpPerspectiveIntoFunction · 0.36
WarpPerspectiveFunction · 0.36