Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ compute_shape
Method
compute_shape
test/schedule_test.cpp:73–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
migraphx::shape compute_shape(std::vector<migraphx::shape> inputs) const
74
{
75
if(inputs.empty())
76
return {};
77
return inputs.front();
78
}
79
};
80
81
struct stream_free_op
Callers
nothing calls this directly
Calls
2
front
Method · 0.80
empty
Method · 0.45
Tested by
no test coverage detected