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

Method length

src/nvcv/src/include/nvcv/ArrayDataAccess.hpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 ArrayDataAccessImpl() = delete;
53
54 int64_t length() const
55 {
56 return m_length;
57 }
58
59 DataType dtype() const
60 {

Callers 1

ArrayDataAccessImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected