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

Method name

src/instruction.cpp:183–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181const operation& instruction::get_operator() const { return op; }
182
183std::string instruction::name() const { return op.name(); }
184
185const std::vector<instruction_ref>& instruction::inputs() const { return arguments; }
186

Callers 9

replaceMethod · 0.45
validMethod · 0.45
instruction.cppFile · 0.45
operator==Function · 0.45
is_undefinedMethod · 0.45
can_evalMethod · 0.45
evalMethod · 0.45
printMethod · 0.45
debug_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected