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

Method get

cpp/nd/impl/logical_kernels.hpp:161–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 array get(int64_t index) const
162 {
163 if constexpr (is_and) {
164 return create_and_kernel(a_[index], b_[index]);
165 } else {
166 return create_or_kernel(a_[index], b_[index]);
167 }
168 }
169
170 void nonzero(icm::bit_vector_view bv) const
171 {

Callers

nothing calls this directly

Calls 2

create_and_kernelFunction · 0.85
create_or_kernelFunction · 0.85

Tested by

no test coverage detected