Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ set_all
Method
set_all
cpp/icm/bit_vector.hpp:125–128 ·
view source on GitHub ↗
Bulk operations - highly optimized
Source
from the content-addressed store, hash-verified
123
124
// Bulk operations - highly optimized
125
void set_all()
126
{
127
std::fill(blocks_.begin(), blocks_.end(), ~block_type(0));
128
}
129
130
void clear_all()
131
{
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected