MCPcopy 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
318template <class F>
319constexpr auto array_apply(F f)
320{
321 return [=](auto&& x) { return x.apply(f); };
322}
323
324template <class T, class... Ts>
325constexpr array<T, sizeof...(Ts) + 1> make_array(T x, Ts... xs)

Callers 1

TEST_CASEFunction · 0.85

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected