MCPcopy 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
197inline array create_not_kernel(array&& a)
198{
199 return array(not_kernel_expression(std::move(a)));
200}
201
202inline array create_and_kernel(array&& a, array&& b)
203{

Callers 1

getMethod · 0.85

Calls 2

arrayClass · 0.70

Tested by

no test coverage detected