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

Function make_descriptor

test/shape_transform_descriptor.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119template <class... Ts>
120static shape_transform_descriptor make_descriptor(const std::vector<std::size_t>& dims,
121 const Ts&... xs)
122{
123 auto desc = shape_transform_descriptor{dims};
124 CHECK(desc.apply({xs...}));
125 return desc;
126}
127
128template <class... Ts>
129static shape_transform_descriptor make_simple_descriptor(const std::vector<std::size_t>& dims,

Callers 5

make_simple_descriptorFunction · 0.85
TEST_CASEFunction · 0.85
applyMethod · 0.85
ck_gemm_matrixFunction · 0.85

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected