MCPcopy 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
207inline 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

getMethod · 0.85

Calls 1

arrayClass · 0.70

Tested by

no test coverage detected