Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ pow
Function
pow
python/singa/autograd.py:2876–2880 ·
view source on GitHub ↗
Return `a^b`, where a and b are Tensor.
(a, b)
Source
from the content-addressed store, hash-verified
2874
2875
2876
def
pow(a, b):
2877
""
"
2878
Return `a^b`, where a and b are Tensor.
2879
""
"
2880
return
Pow()(a, b)[0]
2881
2882
2883
class
SoftSign(Operator):
Callers
nothing calls this directly
Calls
1
Pow
Class · 0.70
Tested by
no test coverage detected