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

Method Key

python/mod_cvcuda/nvcv/Array.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249Array::Key::Key(const nvcv::Array::Requirements &reqs)
250 : Key(reqs.capacity, static_cast<nvcv::DataType>(reqs.dtype))
251{
252}
253
254Array::Key::Key(int64_t length, nvcv::DataType dtype)
255 : m_length(std::move(length))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected