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

Method subspace_fun

cdslib/core/nn/modules/subspace.py:307–312  ·  view source on GitHub ↗

This function exposes the underlying subspace operators. See :py:class:`Subspace` for detailed documentation.

(self, xl=None, xr=None, mode="A")

Source from the content-addressed store, hash-verified

305 return y
306
307 def subspace_fun(self, xl=None, xr=None, mode="A"):
308 """
309 This function exposes the underlying subspace operators.
310 See :py:class:`Subspace` for detailed documentation.
311 """
312 return self.subspace(input=xr, input_left=xl, mode=mode)
313
314
315class StackedModulatedSubspace(nn.Module):

Callers 1

subspace_funMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected