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

Function is_dot

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

Source from the content-addressed store, hash-verified

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)
46{

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected