Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
MIGRAPHX_DECLARE_ENV_VAR(MIGRAPHX_TRACE_SCHEDULE)
50
51
static auto get_inputs()
52
{
53
return [](auto i) { return i->inputs(); };
54
}
55
56
static auto get_outputs()
57
{
Callers
3
get_streams
Method · 0.85
is_merge_point
Method · 0.85
apply
Method · 0.85
Calls
1
inputs
Method · 0.45
Tested by
no test coverage detected