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

Method insert_literal

src/module.cpp:584–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584instruction_ref module::insert_literal(instruction_ref ins, literal l)
585{
586 impl->emplace(ins, std::move(l));
587 return std::prev(ins);
588}
589
590instruction_ref module::insert_parameter(instruction_ref ins, std::string name, shape s)
591{

Callers 3

TEST_CASEFunction · 0.80
mod_from_valFunction · 0.80
gather_diagonalMethod · 0.80

Calls 1

emplaceMethod · 0.80

Tested by 1

TEST_CASEFunction · 0.64