Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ skip_layout
Function
skip_layout
src/layout_convolution.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
bool skip_layout(const shape& s)
64
{
65
return s.ndim() == 1 or s.dynamic() or s.type() == shape::tuple_type;
66
}
67
68
void preserve_output_layout(module& m)
69
{
Callers
1
preserve_output_layout
Function · 0.85
Calls
3
ndim
Method · 0.80
dynamic
Method · 0.80
type
Method · 0.45
Tested by
no test coverage detected