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

Method __init__

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

Source from the content-addressed store, hash-verified

370 """
371
372 def __init__(self):
373 super(Mean, self).__init__()
374
375 def forward(self, *l):
376 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected