MCPcopy Create free account
hub / github.com/activeloopai/deeplake / end

Method end

cpp/nd/impl/dynamic_array.hpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 iterator end() const
128 {
129 return iterator(array_, shape_[0]);
130 }
131
132 nd::dtype dtype() const
133 {

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected