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

Function TEST_CASE

test/shape_transform_descriptor.cpp:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152TEST_CASE(dimension_len)
153{
154 dimension dim;
155 dim.subdimensions = std::vector<sub>{sub{4, {1}}, sub{5, {2}}};
156 EXPECT(dim.len() == 20);
157}
158
159TEST_CASE(record_reshape)
160{

Callers

nothing calls this directly

Calls 15

make_descriptorFunction · 0.85
get_final_lensFunction · 0.85
get_all_lensFunction · 0.85
get_all_axesFunction · 0.85
make_simple_descriptorFunction · 0.85
generate_forFunction · 0.85
lenMethod · 0.80
simplifyMethod · 0.80
common_dimsMethod · 0.80

Tested by

no test coverage detected