MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / array

Method array

src/targets/gpu/kernels/include/migraphx/kernels/array.hpp:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 T d[N] = {{}};
127
128 constexpr array() = default;
129
130 template <class... Ts,
131 MIGRAPHX_REQUIRES(sizeof...(Ts) == N and (is_convertible<Ts, T>{} and ...))>

Callers 15

run_one_caseFunction · 0.80
create_nodeFunction · 0.80
generate_diffusion_dataFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
process_imageFunction · 0.80
mainFunction · 0.80
create_bufferFunction · 0.80
create_bufferFunction · 0.80
create_bufferFunction · 0.80
create_bufferFunction · 0.80
constant_testFunction · 0.80

Calls 3

beginMethod · 0.95
endMethod · 0.95
fillFunction · 0.70

Tested by 5

run_one_caseFunction · 0.64
create_bufferFunction · 0.64
create_bufferFunction · 0.64
create_bufferFunction · 0.64
create_bufferFunction · 0.64