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

Function TEST_CASE

test/operation.cpp:99–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97};
98
99TEST_CASE(operation_copy_test)
100{
101 simple_operation s{};
102 migraphx::operation op1 = s; // NOLINT
103 migraphx::operation op2 = op1; // NOLINT
104 // cppcheck-suppress duplicateExpression
105 EXPECT(s == op1);
106 // cppcheck-suppress duplicateExpression
107 EXPECT(op2 == op1);
108}
109
110TEST_CASE(operation_copy_assign_test)
111{

Callers

nothing calls this directly

Calls 9

atMethod · 0.80
has_finalizeFunction · 0.50
to_valueFunction · 0.50
strMethod · 0.45
finalizeMethod · 0.45
to_valueMethod · 0.45
from_valueMethod · 0.45
compileMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected