Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ create_or_kernel
Function
create_or_kernel
cpp/nd/impl/logical_kernels.hpp:207–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
inline array create_or_kernel(array&& a, array&& b)
208
{
209
return array(binary_logical_kernel_expression<false>(std::move(a), std::move(b)));
210
}
211
212
}
Callers
1
get
Method · 0.85
Calls
1
array
Class · 0.70
Tested by
no test coverage detected