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