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

Function get_inputs

src/schedule.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49MIGRAPHX_DECLARE_ENV_VAR(MIGRAPHX_TRACE_SCHEDULE)
50
51static auto get_inputs()
52{
53 return [](auto i) { return i->inputs(); };
54}
55
56static auto get_outputs()
57{

Callers 3

get_streamsMethod · 0.85
is_merge_pointMethod · 0.85
applyMethod · 0.85

Calls 1

inputsMethod · 0.45

Tested by

no test coverage detected