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

Method __init__

python/singa/autograd.py:460–461  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

458 """
459
460 def __init__(self):
461 super(Less, self).__init__()
462
463 def forward(self, x, y):
464 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected