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

Function insert

src/op/builder/op_builder.cpp:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46std::vector<instruction_ref> insert(const std::string& name,
47 module& m,
48 instruction_ref ins,
49 const std::vector<instruction_ref>& args,
50 const value& options)
51{
52 return at(builder_map(), name, "Builder not found: " + name)(m, ins, args, {}, options);
53}
54
55std::vector<instruction_ref> insert(const std::string& name,
56 module& m,

Callers 12

push_frontMethod · 0.85
push_backMethod · 0.85
applyMethod · 0.85
insertMethod · 0.85
parseMethod · 0.85
compileMethod · 0.85
emplaceFunction · 0.85
push_backFunction · 0.85
push_frontFunction · 0.85
applyMethod · 0.85
insertMethod · 0.85

Calls 1

atFunction · 0.85

Tested by

no test coverage detected