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

Function is_convolution

test/simplify_qdq_test.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40namespace match = migraphx::match;
41
42static bool is_convolution(const migraphx::instruction& ins) { return ins.name() == "convolution"; }
43static bool is_dot(const migraphx::instruction& ins) { return ins.name() == "dot"; }
44
45static void run_pass(migraphx::module& m)

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected