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

Function verify_shapes

test/reduce_dims.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47template <class Range1, class Range2>
48static bool verify_shapes(const Range1& r1, const Range2& r2)
49{
50 return migraphx::equal(
51 r1, r2, [](const auto& s1, const auto& s2) { return verify_shape(s1, s2); });
52}
53
54TEST_CASE(same_standard)
55{

Callers 1

TEST_CASEFunction · 0.85

Calls 2

verify_shapeFunction · 0.85
equalFunction · 0.50

Tested by

no test coverage detected