Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ fma4
Function
fma4
src/gopt/test/basic_arith.cpp:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
SymbolVar fma4(SymbolVar a, SymbolVar b, SymbolVar c, SymbolVar d) {
49
return Elemwise::make({a, b, c, d}, Mode::FUSE_MUL_ADD4);
50
}
51
52
} // anonymous namespace
53
Callers
1
TEST_PASS
Function · 0.85
Calls
1
make
Function · 0.50
Tested by
no test coverage detected