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

Method parse_undefined

src/onnx/onnx_parser.cpp:235–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void onnx_parser::parse_undefined(module* mod, const std::string& name)
236{
237 if(not contains(instructions, name))
238 {
239 auto ins = mod->add_instruction(make_op("undefined"));
240 instructions[name] = ins;
241 }
242}
243
244void onnx_parser::parse_from(std::istream& is, std::string name)
245{

Callers 1

parse_graphMethod · 0.95

Calls 3

containsFunction · 0.85
make_opFunction · 0.50
add_instructionMethod · 0.45

Tested by

no test coverage detected