MCPcopy Create free account
hub / github.com/apache/singa / sqrt

Function sqrt

python/singa/autograd.py:2952–2956  ·  view source on GitHub ↗

Return `x^0.5`, where x is Tensor.

(x)

Source from the content-addressed store, hash-verified

2950
2951
2952def sqrt(x):
2953 """
2954 Return `x^0.5`, where x is Tensor.
2955 """
2956 return Sqrt()(x)[0]
2957
2958
2959class SoftPlus(Operator):

Callers

nothing calls this directly

Calls 1

SqrtClass · 0.70

Tested by

no test coverage detected