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

Function TEST_CASE

test/op/builder/einsum_test.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50TEST_CASE(einsum_multiple_arrows_negative_op_builder_test)
51{
52 EXPECT(test_invalid_input("ii,jj->->ij",
53 "einsum op_builder: Einsum equation has multiple '->' symbols"));
54}
55
56TEST_CASE(einsum_empty_term_before_arrow_negative_op_builder_test)
57{

Callers

nothing calls this directly

Calls 7

test_invalid_inputFunction · 0.85
make_op_moduleFunction · 0.85
add_parameterMethod · 0.80
get_parametersMethod · 0.80
make_opFunction · 0.50
add_instructionMethod · 0.45
add_literalMethod · 0.45

Tested by

no test coverage detected