Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ create_unary_kernel
Function
create_unary_kernel
cpp/nd/impl/unary_kernel_expression.hpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
118
template <typename U, typename O>
119
inline array create_unary_kernel(array&& a, O&& op)
120
{
121
return array(unary_kernel_expression<U, std::decay_t<O>>(std::move(a), std::forward<O>(op)));
122
}
123
124
}
Callers
nothing calls this directly
Calls
1
array
Class · 0.70
Tested by
no test coverage detected