MCPcopy Create free account
hub / github.com/activeloopai/deeplake / operator*

Method operator*

cpp/nd/impl/iterator_impl.hpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace nd {
4
5inline array data_iterator::operator*() const
6{
7 return array(impl::std_span_array_nd(nullptr, data_, shape_, dtype_));
8}
9
10template <typename T>
11inline array iterator::concrete_holder<T>::value() const

Callers

nothing calls this directly

Calls 4

std_span_array_ndClass · 0.85
arrayClass · 0.70
indexMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected