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

Method forward

python/singa/autograd.py:972–976  ·  view source on GitHub ↗

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

(self, x, y)

Source from the content-addressed store, hash-verified

970 super(Equal, self).__init__()
971
972 def forward(self, x, y):
973 """
974 Return `a=b`, where a and b are CTensor.
975 """
976 return singa.__eq__(x, y)
977
978 def backward(self, dy):
979 """

Callers

nothing calls this directly

Calls 1

__eq__Method · 0.45

Tested by

no test coverage detected