MCPcopy 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

group_axesFunction · 0.45
remove_empty_sub_dimsFunction · 0.45
apply_reshape_implMethod · 0.45
remove_1_sub_dimsFunction · 0.45
set_broadcast_dimFunction · 0.45
fill_split_hidden_axesFunction · 0.45
make_reshape_unsqueezeFunction · 0.45
attach_empty_axisFunction · 0.45
generateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected