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

Function TEST_CASE

test/operators.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35#include "test.hpp"
36
37TEST_CASE(load_op)
38{
39 for(const auto& name : migraphx::get_operators())
40 {
41 auto op = migraphx::load_op(name);
42 CHECK(op.name() == name);
43 }
44}
45
46TEST_CASE(make_op)
47{

Callers

nothing calls this directly

Calls 13

get_operatorsFunction · 0.85
load_opFunction · 0.85
make_opFunction · 0.50
to_valueFunction · 0.50
literalClass · 0.50
nameMethod · 0.45
compute_shapeMethod · 0.45
dataMethod · 0.45
computeMethod · 0.45
sizeMethod · 0.45
get_sub_objectsMethod · 0.45
add_literalMethod · 0.45

Tested by

no test coverage detected