Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ array_apply
Function
array_apply
src/targets/gpu/kernels/include/migraphx/kernels/array.hpp:319–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
318
template <class F>
319
constexpr auto array_apply(F f)
320
{
321
return [=](auto&& x) { return x.apply(f); };
322
}
323
324
template <class T, class... Ts>
325
constexpr array<T, sizeof...(Ts) + 1> make_array(T x, Ts... xs)
Callers
1
TEST_CASE
Function · 0.85
Calls
1
apply
Method · 0.45
Tested by
no test coverage detected