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

Method get

cpp/nd/impl/logical_kernels.hpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 array get(int64_t index) const
54 {
55 return create_not_kernel(a_[index]);
56 }
57
58 array eval() const
59 {

Callers

nothing calls this directly

Calls 1

create_not_kernelFunction · 0.85

Tested by

no test coverage detected