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

Method expose

src/shape_transform_descriptor.cpp:1976–1984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1974}
1975
1976void shape_transform_descriptor::dimension::sub::expose()
1977{
1978 assert(axis.empty() or hidden_axis.empty());
1979 if(has_hidden_axis())
1980 {
1981 axis = hidden_axis;
1982 hidden_axis.clear();
1983 }
1984}
1985
1986void shape_transform_descriptor::dimension::sub::hide()
1987{

Callers 6

rebaseMethod · 0.80
flatten_broadcasted_dimFunction · 0.80
to_common_from_dstMethod · 0.80
to_dst_from_commonMethod · 0.80
to_src_from_commonMethod · 0.80

Calls 2

emptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected