MCPcopy 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
48SymbolVar 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_PASSFunction · 0.85

Calls 1

makeFunction · 0.50

Tested by

no test coverage detected