MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SVD

Method SVD

tensorflow/compiler/xla/python/xla_client.py:1606–1608  ·  view source on GitHub ↗

Enqueues a singular value decomposition.

(self, a)

Source from the content-addressed store, hash-verified

1604 return self.Tuple(*ops.Eigh(a, full_matrices))
1605
1606 def SVD(self, a):
1607 """Enqueues a singular value decomposition."""
1608 return self.Tuple(*ops.SVD(a))
1609
1610 def Gather(self,
1611 a,

Callers 1

testSVDMethod · 0.80

Calls 1

TupleMethod · 0.95

Tested by 1

testSVDMethod · 0.64