| 247 | } |
| 248 | |
| 249 | Array::Key::Key(const nvcv::Array::Requirements &reqs) |
| 250 | : Key(reqs.capacity, static_cast<nvcv::DataType>(reqs.dtype)) |
| 251 | { |
| 252 | } |
| 253 | |
| 254 | Array::Key::Key(int64_t length, nvcv::DataType dtype) |
| 255 | : m_length(std::move(length)) |
nothing calls this directly
no outgoing calls
no test coverage detected