MCPcopy 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
2876def pow(a, b):
2877 """
2878 Return `a^b`, where a and b are Tensor.
2879 """
2880 return Pow()(a, b)[0]
2881
2882
2883class SoftSign(Operator):

Callers

nothing calls this directly

Calls 1

PowClass · 0.70

Tested by

no test coverage detected