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

Function set_output_names

tools/api/api.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204static void set_output_names(tf_options& options, std::vector<const char*> names)
205{
206 options.output_node_names = std::vector<std::string>(names.begin(), names.end());
207}
208
209static std::vector<argument>
210run_async(program& p, const parameter_map& params, void* s, std::string_view name)

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected