Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ begin
Method
begin
cpp/nd/impl/logical_kernels.hpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
using iterator = chained_iterator<nd::array (*)(nd::array&&), nd::iterator>;
42
43
iterator begin() const
44
{
45
return iterator(create_not_kernel, a_.begin());
46
}
47
48
iterator end() const
49
{
Callers
1
begin
Method · 0.45
Calls
1
iterator
Class · 0.70
Tested by
no test coverage detected