Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ push_back
Method
push_back
src/shape_transform_descriptor.cpp:1549–1549 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1547
std::vector<operation> ops;
1548
1549
void push_back(const operation& op) { ops.push_back(op); }
1550
1551
std::vector<operation> to_vector() &&
1552
{
Callers
15
get_pointer_subdimensions
Function · 0.45
group_axes
Function · 0.45
remove_empty_sub_dims
Function · 0.45
try_trivial_direct_mapping
Method · 0.45
move_shortage_to_excess
Method · 0.45
apply_reshape_impl
Method · 0.45
remove_1_sub_dims
Function · 0.45
set_broadcast_dim
Function · 0.45
fill_split_hidden_axes
Function · 0.45
make_reshape_unsqueeze
Function · 0.45
attach_empty_axis
Function · 0.45
generate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected