MCPcopy Create free account
hub / github.com/apple/ml-pointersect / A

Method A

cdslib/core/nn/modules/subspace.py:133–136  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

131 return weight
132
133 def A(self, x):
134 weight = self._get_weight()
135 y = F.linear(input=x, weight=weight, bias=None)
136 return y, weight
137
138 def AT(self, y):
139 weight = self._get_weight()

Callers 1

forwardMethod · 0.95

Calls 1

_get_weightMethod · 0.95

Tested by

no test coverage detected