MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / add_split_axis

Method add_split_axis

src/shape_transform_descriptor.cpp:1967–1974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1965}
1966
1967void shape_transform_descriptor::dimension::sub::add_split_axis(std::size_t i)
1968{
1969 assert(axis.empty() or hidden_axis.empty());
1970 if(not axis.empty())
1971 axis.push_back(i);
1972 if(not hidden_axis.empty())
1973 hidden_axis.push_back(i);
1974}
1975
1976void shape_transform_descriptor::dimension::sub::expose()
1977{

Callers 2

apply_reshape_implMethod · 0.80
to_common_from_dstMethod · 0.80

Calls 2

emptyMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected