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

Function is_reduce

src/split_reduce.cpp:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75MIGRAPHX_REGISTER_OP(split_fused_reduce);
76
77static bool is_reduce(const instruction& ins) { return contains(ins.name(), "reduce"); }
78
79namespace {
80struct splitter

Callers 5

find_splitsMethod · 0.70
matches_opMethod · 0.70
insertMethod · 0.70
is_validMethod · 0.70
make_descriptorMethod · 0.70

Calls 2

containsFunction · 0.85
nameMethod · 0.45

Tested by

no test coverage detected