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

Function make_simple_descriptor

test/shape_transform_descriptor.cpp:129–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128template <class... Ts>
129static shape_transform_descriptor make_simple_descriptor(const std::vector<std::size_t>& dims,
130 const Ts&... xs)
131{
132 auto desc = make_descriptor(dims, xs...);
133 desc.simplify();
134 return desc;
135}
136
137std::optional<std::vector<migraphx::operation>> static generate_for(
138 const std::vector<std::size_t>& dims,

Callers 1

TEST_CASEFunction · 0.85

Calls 2

make_descriptorFunction · 0.85
simplifyMethod · 0.80

Tested by

no test coverage detected