Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
namespace {
21
SymbolVar 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_PASS
Function · 0.85
TEST
Function · 0.85
Calls
1
make
Function · 0.50
Tested by
no test coverage detected