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