MCPcopy 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
202inline 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
207inline array create_or_kernel(array&& a, array&& b)
208{

Callers 1

getMethod · 0.85

Calls 1

arrayClass · 0.70

Tested by

no test coverage detected