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

Method Key

python/mod_cvcuda/nvcv/Array.hpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 {
66 public:
67 explicit Key()
68 : m_wrapper(true)
69 {
70 }
71
72 explicit Key(const nvcv::Array::Requirements &reqs);
73 explicit Key(int64_t length, nvcv::DataType dtype);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected