MCPcopy 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
63bool skip_layout(const shape& s)
64{
65 return s.ndim() == 1 or s.dynamic() or s.type() == shape::tuple_type;
66}
67
68void preserve_output_layout(module& m)
69{

Callers 1

preserve_output_layoutFunction · 0.85

Calls 3

ndimMethod · 0.80
dynamicMethod · 0.80
typeMethod · 0.45

Tested by

no test coverage detected