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

Method add_parameter

src/module.cpp:569–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569instruction_ref module::add_parameter(std::string name, shape s)
570{
571 return insert_parameter(begin(), std::move(name), std::move(s));
572}
573
574instruction_ref module::add_return(std::vector<instruction_ref> args)
575{

Callers 15

TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
create_programFunction · 0.80
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
create_programFunction · 0.80

Calls 1

beginFunction · 0.85

Tested by 15

TEST_CASEFunction · 0.64
TEST_CASEFunction · 0.64
TEST_CASEFunction · 0.64
create_programFunction · 0.64
TEST_CASEFunction · 0.64
TEST_CASEFunction · 0.64
TEST_CASEFunction · 0.64
TEST_CASEFunction · 0.64
create_programFunction · 0.64
create_programFunction · 0.64
TEST_CASEFunction · 0.64