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

Method length

python/mod_cvcuda/nvcv/Array.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244int64_t Array::length() const
245{
246 return m_impl.length();
247}
248
249Array::Key::Key(const nvcv::Array::Requirements &reqs)
250 : Key(reqs.capacity, static_cast<nvcv::DataType>(reqs.dtype))

Callers 4

ImageFormatToStringFunction · 0.45
shapeMethod · 0.45
Array.cppFile · 0.45
DataTypeToStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected