MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / powc

Function powc

src/gopt/test/basic_arith.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20namespace {
21SymbolVar powc(SymbolVar x, float exp) {
22 return opr::PowC::make(x, exp);
23}
24
25/*!
26 * get all operands of a chain of element-wise oprs of the same mode

Callers 2

TEST_PASSFunction · 0.85
TESTFunction · 0.85

Calls 1

makeFunction · 0.50

Tested by

no test coverage detected