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

Method hide

src/shape_transform_descriptor.cpp:1986–1994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1984}
1985
1986void shape_transform_descriptor::dimension::sub::hide()
1987{
1988 assert(axis.empty() or hidden_axis.empty());
1989 if(not has_hidden_axis())
1990 {
1991 hidden_axis = axis;
1992 axis.clear();
1993 }
1994}
1995
1996bool operator==(const dimension::sub& x, const dimension::sub& y)
1997{

Callers 3

rebaseMethod · 0.80
apply_broadcastMethod · 0.80
insert_empty_1sFunction · 0.80

Calls 2

emptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected