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

Method add_instruction

src/tf/tf_parser.cpp:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131instruction_ref
132tf_parser::node_info::add_instruction(const operation& op,
133 const std::vector<instruction_ref>& args) const
134{
135 return mm->add_instruction(op, args);
136}
137
138instruction_ref tf_parser::node_info::add_literal(literal l) const
139{

Callers 15

parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
to_nhwcMethod · 0.45
to_nchwMethod · 0.45
to_kcxyMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_gemmFunction · 0.36