Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
static bool is_convolution(const migraphx::instruction& ins) { return ins.name() ==
"convolution"
; }
43
static bool is_dot(const migraphx::instruction& ins) { return ins.name() ==
"dot"
; }
44
45
static void run_pass(migraphx::module& m)
46
{
Callers
nothing calls this directly
Calls
1
name
Method · 0.45
Tested by
no test coverage detected