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

Function program_parameters

src/api/migraphx.py:193–198  ·  view source on GitHub ↗
(h)

Source from the content-addressed store, hash-verified

191@api.handle('migraphx_program_parameters',
192 'std::unordered_map<std::string, migraphx::argument>')
193def program_parameters(h):
194 h.constructor('create')
195 h.method('add',
196 api.params(name='const char*',
197 argument='const migraphx::argument&'),
198 invoke='${program_parameters}[${name}] = ${argument}')
199
200
201@api.handle('migraphx_arguments', 'std::vector<migraphx::argument>')

Callers

nothing calls this directly

Calls 3

paramsMethod · 0.80
constructorMethod · 0.45
methodMethod · 0.45

Tested by

no test coverage detected