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