Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ compute_shape
Method
compute_shape
test/const_eval_test.cpp:51–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
migraphx::shape compute_shape(std::vector<migraphx::shape> inputs) const
52
{
53
if(inputs.size() != 2)
54
MIGRAPHX_THROW(
"Wrong inputs"
);
55
return inputs.front();
56
}
57
};
58
59
struct non_computable_cf
Callers
nothing calls this directly
Calls
2
front
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected