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

Function equal

python/singa/autograd.py:988–992  ·  view source on GitHub ↗

Return `a=b`, where a and b are Tensor.

(x, y)

Source from the content-addressed store, hash-verified

986
987
988def equal(x, y):
989 """
990 Return `a=b`, where a and b are Tensor.
991 """
992 return Equal()(x, y)[0]
993
994
995class SeLU(Operator):

Callers 1

icasecmpFunction · 0.85

Calls 1

EqualClass · 0.85

Tested by

no test coverage detected