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

Method has_hidden_axis

src/shape_transform_descriptor.cpp:1962–1965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1960 return axis.empty() ? hidden_axis : axis;
1961}
1962bool shape_transform_descriptor::dimension::sub::has_hidden_axis() const
1963{
1964 return axis.empty() and not hidden_axis.empty();
1965}
1966
1967void shape_transform_descriptor::dimension::sub::add_split_axis(std::size_t i)
1968{

Callers 12

set_origin_axisFunction · 0.45
visible_lenFunction · 0.45
try_swap_axisMethod · 0.45
has_hidden_axisMethod · 0.45
rebaseMethod · 0.45
simplifyMethod · 0.45
remove_split_hidden_axesFunction · 0.45
fill_split_hidden_axesFunction · 0.45
remove_scalar_axisFunction · 0.45
find_broadcasted_axesMethod · 0.45
to_common_from_dstMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected