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

Method eval_with_context

src/program.cpp:582–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582std::vector<argument> program::eval_with_context(std::vector<context>& ctx,
583 const parameter_map& params) const
584{
585 return generic_eval(*this, ctx, params, [](auto&&, auto f) { return f(); });
586}
587
588std::vector<argument> program::eval(const parameter_map& params,
589 execution_environment exec_env) const

Callers 1

time_programFunction · 0.80

Calls 1

generic_evalFunction · 0.85

Tested by

no test coverage detected