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

Method add_outline

src/module.cpp:563–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561instruction_ref module::add_literal(literal l) { return insert_literal(begin(), std::move(l)); }
562
563instruction_ref module::add_outline(const shape& s)
564{
565 impl->push_front({builtin::outline{s}, s, {}});
566 return impl->instructions.begin();
567}
568
569instruction_ref module::add_parameter(std::string name, shape s)
570{

Callers 6

TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
expect_shapeFunction · 0.80
throws_shapeFunction · 0.80
TEST_CASEFunction · 0.80

Calls 2

push_frontMethod · 0.80
beginMethod · 0.45

Tested by 4

TEST_CASEFunction · 0.64
TEST_CASEFunction · 0.64
expect_shapeFunction · 0.64
throws_shapeFunction · 0.64