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

Function add_common_op

src/common.cpp:230–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230instruction_ref add_common_op(module& m,
231 const operation& op,
232 std::vector<instruction_ref> inputs,
233 common_options options)
234{
235 return insert_common_op(m, m.end(), op, std::move(inputs), options);
236}
237
238shape make_bcast_shape(const shape& input_shape, const std::vector<std::size_t>& bcast_lens)
239{

Callers 15

TEST_CASEFunction · 0.85
TEST_CASEFunction · 0.85
create_pow2_divFunction · 0.85
TEST_CASEFunction · 0.85
TEST_CASEFunction · 0.85
add_reduce_meanFunction · 0.85
TEST_CASEFunction · 0.85
TEST_CASEFunction · 0.85
TEST_CASEFunction · 0.85
TEST_CASEFunction · 0.85
create_programMethod · 0.85
create_programMethod · 0.85

Calls 2

insert_common_opFunction · 0.70
endMethod · 0.45

Tested by 15

TEST_CASEFunction · 0.68
create_pow2_divFunction · 0.68
TEST_CASEFunction · 0.68
TEST_CASEFunction · 0.68
TEST_CASEFunction · 0.68
TEST_CASEFunction · 0.68
TEST_CASEFunction · 0.68
create_programMethod · 0.68
create_programMethod · 0.68
create_programMethod · 0.68
create_programMethod · 0.68
create_programMethod · 0.68