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

Function TEST_CASE

test/serialize_program.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44TEST_CASE(as_value)
45{
46 migraphx::program p1 = create_program();
47 migraphx::program p2;
48 p2.from_value(p1.to_value());
49 EXPECT(p1.sort() == p2.sort());
50}
51
52TEST_CASE(as_msgpack)
53{

Callers

nothing calls this directly

Calls 15

save_bufferFunction · 0.85
load_bufferFunction · 0.85
make_targetFunction · 0.85
get_main_moduleMethod · 0.80
add_parameterMethod · 0.80
create_programFunction · 0.70
saveFunction · 0.50
loadFunction · 0.50
make_opFunction · 0.50
from_valueMethod · 0.45
to_valueMethod · 0.45
sortMethod · 0.45

Tested by

no test coverage detected