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

Method __init__

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

Source from the content-addressed store, hash-verified

598 """
599
600 def __init__(self):
601 super(Matmul, self).__init__()
602
603 def forward(self, x, w):
604 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected